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

Update changelog

This commit is contained in:
Karol Stasiak 2019-09-18 01:04:31 +02:00
parent 1d825a0c99
commit 594d761294

View File

@ -20,10 +20,12 @@
* Added `nullchar` constant as the null terminator for strings and `NULLCHAR` feature to define its value.
* Added `vectrex` text encoding.
* Added `vectrex`, `msx_br` and `koi7n2` text encodings.
* 6502: Fixed arithmetic promotion bugs for function return values.
* Fixed parsing of `zp_bytes` in platform definitions.
* Fixed several serious bugs related to cartridge-based targets.
* 6502: Few minor optimization improvements.