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 8409cc1..970c268 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,18 @@ +# 0.0.2 + +* Migrate to CMake; +* Fix useres using the nodiscard attribute in all C++ editions; +* Fix the nodiscard attribute being used; +* Fix nthrw not always being specified; +* Don't use designated initialisation in C++; +* Fix trp definition in any; +* Add new file for listing potential API-breaks (API-BREAK.txt); +* Disable system calls by default; +* Fix getarch script on IA-32; +* Rename getarch script to getTarget; +* Add installation script; +* Update gitignore; + # 0.0.1 * Fix unused parameter and invalid invocation in overload of srh; |