1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-11 15:29:34 +00:00

Update CHANGELOG

This commit is contained in:
Karol Stasiak 2020-07-24 22:27:54 +02:00
parent 2ee2de62cd
commit 42426808f5

View File

@ -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.