diff options
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c0e56a1..4c44127 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -53,6 +53,12 @@ * Update target detection script; * Update gitingore; +* Use NASM on IA-32; +* Don't use libfmt in rttest; +* Fix uninitialised variable in rttest; +* Make test support C++20; +* Fix out-of-bounds write in strcpy; + # 0.0.2 * Migrate to CMake; |