From fb30075ea5a845870b536f434d956ae00d4c7dc8 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Wed, 15 Dec 2021 15:54:00 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13294fa0..78980277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Change log +## Current version + +* Added volatile structure fields (#112). + +* Added `this.function` as the alias for the current function (#118). + +* Added support for constant evaluation in `file` expressions (#114). + +* Allowed declaring local constants and passing untyped parameters for macros. + +* Allowed treating bare function name as a pointer to it. + +* Added Mesen, ld65 and "raw" label file formats (#128). + +* Commodore: the address used by SYS is now determined automatically instead of hardcoded (#111). + +* C64: Fixed address for `sid_v1_sr` (#115). + +* EasyFlash: Fixed address for `switch_hirom` (#121). + +* GB: Fixed standard library (thanks to @retrac0). + +* Commander X16: Updated platform definition file (thanks to @mookiexl). + +* 65CE02: Full assembly support. + +* R800: Full assembly support. + +* Various miscompilation fixes (#123, #125) and parser fixes (e.g. #120). + +* 6809: Various optimizations. + +* Improvements related to constant evaluation. + ## 0.3.28 (2021-05-24) * Officially deprecated decimal operators with apostrophes.