From 032e7d76d79ad07dc7247b63e0653971eb6d4a02 Mon Sep 17 00:00:00 2001 From: Matthew Callis Date: Thu, 21 Jun 2018 10:47:11 -0700 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fb43280 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# v9.0.0 + +Added https://github.com/georgjz as a collaborator 🎉 + +* Updated ACME Grammar (https://github.com/MatthewCallis/language-65asm/pull/11) +* Fix DASM & Merlin, add ASAR, improve CC65 (https://github.com/MatthewCallis/language-65asm/pull/10): +* Added a new grammar to support [Asar Assembler](https://github.com/RPGHacker/asar) +* Added SPC700 and SuperFX opcodes (extracted from the SNES cc65 grammar) +* DASM and Merlin should work now +* cc65 + * Added some missing commands and constants + * Changed some scopes to improve readability + * Added a new grammar for the linker config files ld65 uses + * Updated the link in README.md +* Fixed hex numbers with a trailing h +* Add missing commands to WDC tools