Create CHANGELOG.md

This commit is contained in:
Matthew Callis 2018-06-21 10:47:11 -07:00 committed by GitHub
parent 8791a59ecb
commit 032e7d76d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
CHANGELOG.md Normal file
View File

@ -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