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 2021-04-24 01:21:03 +02:00
parent 1f318a2a0e
commit 63edce28c4

View File

@ -9,6 +9,14 @@
* Fixed escape sequences in many encodings.
* Fixed and documented absolute module imports (#106)
* Fixed and optimized sign extension.
* Fixed optimizations involving unused labels.
* Fixed pointer types to type aliases.
* Parsing optimizations.
## 0.3.26 (2021-03-01)