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-07-31 17:09:34 +02:00
parent cf707cc31f
commit 87d9884597

View File

@ -37,6 +37,8 @@ There are no built-in encodings now, the include path needs to contain the neces
`mazovia`, `pcw`,
`pokemon1en`, `pokemon1es`, `pokemon1fr`, `pokemon1jp`.
* Added `ENCODING_NOLOWER` preprocessor feature.
* Fixed raw views of typed pointers.
* Fixed dead code elimination (#51).
@ -59,8 +61,14 @@ There are no built-in encodings now, the include path needs to contain the neces
* Allow placing platform definitions in a dedicated subdirectory.
* Allow using Batch files with the `-r` option.
* Improved error reporting for constants used before their definitions.
* Improved typo hints.
* Typo hints for non-ASCII characters.
* Z80: Intel syntax for all Z80 instructions, based on Digital Research's Z80.LIB.
* Commander X16: Updated to support VERA 0.9 and the new joystick API. Added mouse support.