diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 98f18a5..6d51283 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,15 @@ +# 0.B.0 + +* Use generator expressions in CMake; +* Use OpenGL 4.1; +* Migrate to C++; +* Implement main program as a class; +* Use exceptions; +* Use references; +* Update readme; +* Add more quotes; +* Fix launch options not being listed on the help print; + # 0.A.0 * Remove satellite object type; |