From 539c27f13e6c978bb66d6bfdb7b7919c24fc7638 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Fri, 14 Aug 2020 22:34:34 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70726437..4fdef36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Change log +## Current version + +* Added alternate decimal operators (with `$` instead of `'`). + +* Added `z80next` as an alternate name for the ZX Spectrum Next's processor (#55). + +* Improved some error messages. + +* Fixed evaluation of division of large constants. + +* X16: Fixed the address of `vera_dc_hscale_hstop` register (#54) (thanks to @Kobrasadetin). + +* Fixed evaluation of more complex boolean expressions (#56). + +* Fixed accesses to volatile variables. + +* 8080/Z80: Optimization improvements. + ## 0.3.18 (2020-04-08) * Support for Motorola 6809 (complete, but still experimental).