From 5380eb39c79fd6b3b3d331da7734409d5aa74c6c Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Tue, 11 Feb 2020 01:11:15 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12175a51..8b800ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ * 6809 improvements (no full support yet) +* Various improvements to the C64 libraries (thanks to @bsutherland) + +* 6502: Fixed undocumented mnemonics. + +* Create output directories when needed (#21) + +* Fixed multiple optimization bugs (#32, #38, #41, #46) – thanks to @agg23 for detailed bug reports! + +* 6502: Fix boolean arrays and pointers (#28) + +* Improved operator support for word-sized arguments (#24, #25) + +* **Potentially breaking change!** Various macros improvements, including the requirement of parameter types matching exactly (#23, #39, #40) + ## 0.3.14 * Full assembly support for HuC6280.