summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 18cfe6a..8c658c4 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -5,6 +5,13 @@
* Make nulptr into a function;
+* Remove isusgn;
+* Replace C++ maxval, minval, is*typ, and issgn classes with common metaprogramming class: typ;
+* Add metaprogramming class for detecting reference types: isref;
+* Fix infdl;
+* Rename remqual to remcv;
+* Fix nan and inf for qualified types;
+
# 1.1.1
* Fix res dtor calls;