1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-09 16:29:34 +00:00

Update CHANGELOG

This commit is contained in:
Karol Stasiak 2020-09-09 01:49:00 +02:00
parent 40510dc436
commit fc0171d5aa

View File

@ -12,6 +12,8 @@
* Improved some error messages.
* Fix: interrupt functions written in assembly no longer have the default prologue (#62).
* Fixed the `a8_os` module (#58).
* Fixed evaluation of division of large constants.
@ -26,6 +28,8 @@
* 8080/Z80: Optimization improvements.
* New Atari examples (thanks to @zbyti).
## 0.3.18 (2020-04-08)
* Support for Motorola 6809 (complete, but still experimental).