summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a2da5ed..1fe72cf 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,18 @@
+# 3.0
+
+* Add function for getting the current video bank (getvbnk);
+* Remove debug mode;
+* Update readme;
+* Make error 'ok' always zero;
+* Remove error 'misc';
+* Restructure assembly;
+* Add more error codes;
+* Add new header 'algo';
+* Add functions for copying memory sequences (cp);
+* Add function for V-syncing (vsync);
+* Add functions for filling the screen (clrscrn{X});
+* Make plot take the video address;
+
# 2.2
* Enable warnings in demo makefile;