diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 547e7ea..37d2241 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,14 @@ +# 17.0 + +* Add functions for null-terminated strings: streq (for equality checking), strlen (for getting the length); +* Add type limit macros; +* Rename bytesz to bytelen; +* Remove byte type; +* Remove bool type (and related macros); +* Remove chr8, chr01, and chr02 types; +* Update nullptr definition; +* Update nopos definition; + # 16.7 * Fix segmentation fault in fill caused by usage of wrong register (amd64); |