diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 970c268..d780b2b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,22 @@ +# 0.1.0 + +* Update API-BREAK file; +* Don't call run-time functions from translation-time functions; +* Remove Zap version tags; +* Implement memcpy on ARM; +* Update readme; +* Update logo; +* Implement memcpy on ARM64; +* Update run-time tests; +* Wrap arguments in parantheses in isnan; +* Return the one-after-the-end address of the destination from memfil and fil; +* Increment the extension version; +* Add metaprogramming class for determening pointer types: isptr; +* Fix run-time tests printing equal on inequality; +* Rename API-BREAK to FEATURE-WISHLIST; +* Don't build project in installation script; +* Add development branch 'development'; + # 0.0.2 * Migrate to CMake; |