From 8b0c026bf76ce9296e9bcf60b121694dea15bb9e Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Wed, 13 Jan 2021 19:57:17 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 208d6bf1..4f58c217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,18 @@ ## Current version +* Segment-related constants now match their equivalents from the platform definition. Missing constants have been defined. + +* Constants with heap start and segment start are now generated properly. + * 6502: Fixed sbyte to word promotions in certain contexts. * Optimized word shifts for between 7 and 12 bits. * Allowed new lines after `=`. +* Various optimization improvements. + ## 0.3.24 (2020-12-02) * Preliminary support for TRS-80 Model 1 and 3 running TRS-DOS.