summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d780b2b..58d0d7e 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,4 @@
-# 0.1.0
+# 1.0.0
* Update API-BREAK file;
* Don't call run-time functions from translation-time functions;
@@ -17,6 +17,19 @@
* Don't build project in installation script;
* Add development branch 'development';
+* Rename arch-macros to arc;
+* Update versioning scheme;
+* Rename impl macros to imp;
+* Rename os macros to sys;
+* Remove FEATURE-WHISHLIST and move relevavnt content to readme;
+* Bump API version;
+* Update readme (fix typo);
+* Fix useq;
+* Add more comments to headers;
+* Rename sysclret to sysclres;
+* Rename cpyret to cpyres;
+* Update sysclid and sysclres types;
+
# 0.0.2
* Migrate to CMake;