From 42426808f5b530b2acf18561118af643b23387f3 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Fri, 24 Jul 2020 22:27:54 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b714213..466ef075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,8 +44,14 @@ There are no built-in encodings now, the include path needs to contain the neces * **Potentially breaking change!** Renamed the `x_coord` module to `coord`. Added the `y_coord` type and `TALLSCREEN` preprocessor feature. +* Added `pscrstr2word` function. + * Labels with fixed addresses are now exported to the label file (#49). +* Fixed address of the VIC 20 volume register (#52) (thanks to @FreddyOffenga). + +* Fixed and improved stdlib optimizations. + * Allow importing modules from subdirectories. * Allow placing platform definitions in a dedicated subdirectory.