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-09-15 17:14:20 +02:00
parent ca5fe5cdb0
commit 0806e719ce

View File

@ -6,6 +6,8 @@
* Added alternate decimal operators (with `$` instead of `'`).
* **Potentially breaking change!** Identifiers no longer can end with `$`.
* Added `z80next` as an alternate name for the ZX Spectrum Next's processor (#55).
* Added encodings: `brascii`, `macroman`, `dmcs`, `lics`.
@ -28,6 +30,10 @@
* 8080/Z80: Optimization improvements.
* 6809: Optimization improvements.
* Various Atari improvements (#60, #63, #65) (thanks to @zbyti).
* New Atari examples (thanks to @zbyti).
## 0.3.18 (2020-04-08)