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

Updated changelog

This commit is contained in:
Karol Stasiak 2018-07-07 01:11:53 +02:00
parent 2c8de8b6a5
commit af1e6d9c9f

View File

@ -4,10 +4,24 @@
* A very incomplete support for the Z80 microprocessor.
* A very incomplete support for NEC PC-88.
* A very incomplete support for NEC PC-88 and ZX Spectrum.
* Unified the syntax of commandline switches.
* Automatic selection of text encoding based on target platform.
* **Potentially breaking change!** `scr` now refers to the default screencodes as defined for the platform.
Code that uses both a custom platform definition and the `scr` encoding needs attention
(either change `scr` to `petscr` or add `screen_encoding=petscr` in the platform definition file).
* Optimizations for stack variables.
* Fixed emitting constant decimal expressions.
* Parser performance improvement.
* Other improvements.
## 0.3.0
* Finally faster than C.