1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

Update changelog

This commit is contained in:
Karol Stasiak 2019-07-09 22:40:26 +02:00
parent a29b2a994b
commit 65338555ad

View File

@ -2,12 +2,16 @@
## Current version
* Improved passing of register parameters to assembly functions.
* Enabled declaring multiple variables in one line.
* Fixed detection of duplicate names in declarations.
* 6502: Fixed expressions of form `p[i] <<= 1`.
* Other fixes and improvements.
## 0.3.4
* Preliminary experimental Game Boy support.