mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-01 06:29:53 +00:00
Update changelog
This commit is contained in:
parent
2282e56845
commit
2ad43cf3b3
@ -14,6 +14,8 @@
|
||||
|
||||
* Added `memory_barrier` macro.
|
||||
|
||||
* Added `readkey` function.
|
||||
|
||||
* Added `random` module.
|
||||
|
||||
* Added `ensure_mixedcase` function and `oldpet` and `origpet` text encodings.
|
||||
@ -44,10 +46,14 @@
|
||||
|
||||
* Short functions can be now defined using expression syntax.
|
||||
|
||||
* C64: Printing double quote characters doesn't toggle the quotation mode anymore.
|
||||
|
||||
* 6502: Fixed optimizations using index registers.
|
||||
|
||||
* 6502: Fixed optimizations of comparisons.
|
||||
|
||||
* 6502: Fixed optimizations near `for` loops over in-place lists.
|
||||
|
||||
* Preprocessor: Added `#use A=B` directive
|
||||
|
||||
* Preprocessor: Added `if` function
|
||||
|
Loading…
Reference in New Issue
Block a user