diff --git a/CHANGELOG.md b/CHANGELOG.md index 96800db0..a5510aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ There are no built-in encodings now, the include path needs to contain the neces `mazovia`, `pcw`, `pokemon1en`, `pokemon1es`, `pokemon1fr`, `pokemon1jp`. +* Added `ENCODING_NOLOWER` preprocessor feature. + * Fixed raw views of typed pointers. * Fixed dead code elimination (#51). @@ -59,8 +61,14 @@ There are no built-in encodings now, the include path needs to contain the neces * Allow placing platform definitions in a dedicated subdirectory. +* Allow using Batch files with the `-r` option. + * Improved error reporting for constants used before their definitions. +* Improved typo hints. + +* Typo hints for non-ASCII characters. + * Z80: Intel syntax for all Z80 instructions, based on Digital Research's Z80.LIB. * Commander X16: Updated to support VERA 0.9 and the new joystick API. Added mouse support.