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 2018-12-30 19:01:38 +01:00
parent 75e572f58c
commit c438152f1d

View File

@ -2,10 +2,18 @@
## Current version
* Added `random` module.
* Added `ensure_mixedcase` function and `oldpet` and `origpet` text encodings.
* Added `MILLFORK_VERSION` preprocessor parameter.
* Added hint for identifiers with typos.
* 6502: Fixed optimizations using index registers.
* Fixed optimizations removing jumps to jumps.
* Fixed optimizations removing pointless stores to local variables.
* Fixed `#use` not accessing all preprocessor parameters.