diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 37d2241..7f53ef4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,16 @@ +# 18.0 + +* Add integer-string format functions; +* Move string-related facilities to new module 'str'; +* Update code style; +* Add aliases for C++; +* Add C++ metaprogramming classes; +* Fix C/C++ standard detections; +* Add more attributes to functions; +* Implement mathematical functions in C++; +* Implement mathematical functions using basic arithmetic types, including (depending on the function) signed, unsigned, and floating-point; +* Add fraction structure; + # 17.0 * Add functions for null-terminated strings: streq (for equality checking), strlen (for getting the length); @@ -64,7 +77,7 @@ * Add function for radication: root (unimplemented); * Add function for exponentiation: exp (unimplemented); * Add function for bytes value searching: srch: -* Add constant for indicating invalid positions: nopos; +* Add constant for indicating invald positions: nopos; * Add constant for indicating null pointers: nullptr; * Add types for UTF-8, UTF-16,a and UTF-32 values: chr8, chr01, chr02; * Add function for UTF-8 encoding: utf8enc; |