1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-10 05:29:49 +00:00

Update CHANGELOG

This commit is contained in:
Karol Stasiak 2020-07-13 23:11:00 +02:00
parent d346800590
commit 9881bc0284

View File

@ -2,6 +2,10 @@
## Current version
* Support for Motorola 6809 (complete, but still experimental).
* Added support for modifying large variables via pointers.
* Allowed defining custom text encodings.
**Potentially breaking change!**
There are no built-in encodings now, the include path needs to contain the necessary encodings.
@ -30,6 +34,8 @@ There are no built-in encodings now, the include path needs to contain the neces
* Renamed the `x_coord` module to `coord`. Added the `y_coord` type and `TALLSCREEN` preprocessor feature.
* Labels with fixed addresses are now exported to the label file (#49).
* Allow importing modules from subdirectories.
* Allow placing platform definitions in a dedicated subdirectory.