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-07-08 19:24:27 +02:00
parent 8a5672c2dc
commit 6661e2781b

View File

@ -2,6 +2,12 @@
## Current version
* Enabled declaring multiple variables in one line.
* Fixed detection of duplicate names in declarations.
* 6502: Fixed expressions of form `p[i] <<= 1`.
## 0.3.4
* Preliminary experimental Game Boy support.