diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 96d5b7c..6c1910f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,18 @@ +| F + +- Remove type specifier from version macro; +- Add mathematical functions abs and fma; +- Update documentation; +- Remove nothrw attribute from foreach; +- Remove UB from foreach test; +- Fix parameter mismatch in foreach test; +- Use unsigned char instead of uint_least8_t; +- Remove unnecessary casts; +- Add new headers: 'zap/math.h' (for mathematical functions), 'zap/mem.h' (for memory sequence functions); +- Restructure makefile; +- Fix not using INT_LEAST8_MAX and INT_LEAST8_MIN instead of INT8_MAX and INT8_MIN; +- Remove '/build' from gitignore; + | E - Fix incorrect version number; |