summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 8c658c4..feab310 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -12,6 +12,15 @@
* Rename remqual to remcv;
* Fix nan and inf for qualified types;
+* Update res.exp and opt.exp: Take variadic parameters;
+* Add inheritable error type (that may be used for exceptions): err;
+* Implement trp in inline assembly;
+* Raise SIGTRAP on some hosted environments in trp;
+* Fix error in ARM64 syscal comment;
+* Add (C++98 compatible) metaprogramming class for special values: val;
+* Rework arrays;
+* Add function for moving memory sequences: mov;
+
# 1.1.1
* Fix res dtor calls;