summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 6e4ee6e..dc9a084 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -170,6 +170,17 @@
* Fix trtval;
+* Add optional type: opt;
+* Remove minimum-width integral types;
+* Guarantee fixed-width integral types;
+* Guarantee fixed-width floating-point types;
+* Remove extended fixed-width integral types;
+* Remove extended fixed-width floating-point types (including f01);
+* Only overload mathematical functions for fixed-width types;
+* Move inf and nan to zp;
+* Fix urch not being renamed to unrch in C++;
+* Remove constant mathematical functions;
+
# 0.0.2
* Migrate to CMake;