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

Updated CHANGELOG.md

This commit is contained in:
Karol Stasiak 2018-03-18 23:58:42 +01:00
parent 7ac86b97b5
commit 6f98af3eb7

View File

@ -1,5 +1,15 @@
# Change log
## Current version
* Allowed adding constant words to variable bytes without the zeropage pseudoregister.
* `-fzp-register` is now enabled by default, as the documentation has already been saying.
* Fixed several bugs.
* Other improvements.
## 0.2
* **Breaking change!** Renamed `inline` to `macro`.