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 ba47731..027b608 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,15 @@ +# 8.0 + +* Remove setpx and getpx; +* Make plot, plottex, rd, and cir take pixel number instead of coordinates; +* Add macro for converting coordinates to pixel numbers; +* Add colour parameter to cir; +* Add screen width parameter to plottex and cir; +* Use pixel width instead of graphics mode for clrscrn, plottex, and cir variants; +* Support C++; +* Implement clrscrn and plottex in C++; +* Remove error screen; + # 7.0 * Remove typeof macro; |