summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1419d01..16b886c 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,33 @@
+# 1B.0.0
+
+* Move C++ facilities to their own headers;
+* Add more C++ variants;
+* Add fixed-width floating-point types;
+* Make minimum-width integer types fixed-width;
+* Update code style;
+* Add new module 'sys';
+* Add syscall function;
+* Add option to disable sys module;
+* Add function to mark unreachable code;
+* Make trap public;
+* Remove version checks;
+* Add floating-point mathematical functions;
+* Add compiler detection macros;
+* Fragmentate headers;
+* Add character sign detection;
+* (Temporarily) remove support for MIPS, POWER, and SPARC;
+* Make noret public;
+* Add attributes;
+* Use MSVC constructs;
+* Make restr public;
+* Fix C++ srch;
+* Install new headers;
+* Add "bytewise" overloads for C++ memory functions;
+* Add metaprogramming class for removing type qualifiers;
+* Overload C++ maxval and minval for character types and the boolean type;
+* Add wchr type to C;
+* Add macros for detecting the language standard;
+
# 1A.0.0
* cp: Return structure with the one-after-the-end addresses of both dest and src;