From afcf38574d8ecce504699c74ee8a347aa8784239 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Tue, 18 Jan 2022 21:49:57 -0300 Subject: [PATCH] Update changelog [ci-skip] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4719c93..0b6cdd12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ ## New features ### All platforms - Implement the `_Bin$` function as counterpart to `&B` prefixed number strings. Usage is analog to the legacy OCT$ and HEX$ functions. -- Add "Check For Newer Version" option in the Help menu. - Save Watch Panel position and size. - Add `$NOPREFIX` support for `$COLOR`. +- Fix glitch in syntax highlighter mistaking variable names with scientific notation. +- Fix Variable List dialog's "Add All" button not properly considering the active filter.