summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 7b6f204..60e5b81 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -26,9 +26,9 @@
* Update readme (fix typo);
* Fix useq;
* Add more comments to headers;
-* Rename sysclret to sysclres;
+* Rename syscalret to syscalres;
* Rename cpyret to cpyres;
-* Update sysclid and sysclres types;
+* Update syscalid and syscalres types;
* Add development guidelines to readme;
* Fix nulptrtyp;
@@ -128,6 +128,17 @@
* Update readme;
+* Add matching concepts for C++20;
+* Rename bs module to bas;
+* Rename is* metaprogramming classes back to is*typ;
+* Rename isconsteval to iscstevl;
+* Rename syscal to syscal;
+* Don't declare C++ syscal as noexcept;
+* Rename syscalid to syscalidt;
+* Add more comments to headers;
+* Update and fix standard-detection macros;
+* Update target detection in makefile;
+
# 0.0.2
* Migrate to CMake;
@@ -241,7 +252,7 @@
* Add null pointer type: nullptrtyp;
* Rename cmp to impl;
* Rename lang to std;
-* Rename syscall to syscl;
+* Rename syscall to syscal;
* Add more comments to headers;
* Rename nullptr to nulptr;
* Add attribute for warning against unused results;