diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d6f1b2..1af7b4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,10 +20,12 @@ * Added `nullchar` constant as the null terminator for strings and `NULLCHAR` feature to define its value. -* Added `vectrex` text encoding. +* Added `vectrex`, `msx_br` and `koi7n2` text encodings. * 6502: Fixed arithmetic promotion bugs for function return values. +* Fixed parsing of `zp_bytes` in platform definitions. + * Fixed several serious bugs related to cartridge-based targets. * 6502: Few minor optimization improvements.