From c438152f1d7c8f054530460852730465856d4d7e Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Sun, 30 Dec 2018 19:01:38 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 721bb222..5c782a12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,18 @@ ## Current version +* Added `random` module. + +* Added `ensure_mixedcase` function and `oldpet` and `origpet` text encodings. + * Added `MILLFORK_VERSION` preprocessor parameter. +* Added hint for identifiers with typos. + * 6502: Fixed optimizations using index registers. +* Fixed optimizations removing jumps to jumps. + * Fixed optimizations removing pointless stores to local variables. * Fixed `#use` not accessing all preprocessor parameters.