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

Update CHANGELOG

This commit is contained in:
Karol Stasiak 2020-08-14 22:34:34 +02:00
parent 57776f7f93
commit 539c27f13e

View File

@ -1,5 +1,23 @@
# Change log
## Current version
* Added alternate decimal operators (with `$` instead of `'`).
* Added `z80next` as an alternate name for the ZX Spectrum Next's processor (#55).
* Improved some error messages.
* Fixed evaluation of division of large constants.
* X16: Fixed the address of `vera_dc_hscale_hstop` register (#54) (thanks to @Kobrasadetin).
* Fixed evaluation of more complex boolean expressions (#56).
* Fixed accesses to volatile variables.
* 8080/Z80: Optimization improvements.
## 0.3.18 (2020-04-08)
* Support for Motorola 6809 (complete, but still experimental).