diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e05ca48..c422ee5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,13 @@ +# 5.0 + +* Add structure for circles; +* Reimplement setpx1; +* Add better assembly comments; +* Fix incorrect address for vcount in vsync; +* Fix incorrect size of vcount in vsync; +* Fix non-looping loop in vsync; +* Remove nullptr macro (Clang supports it now); + # 4.3 * Fix incorrect value for ver; |