From da96541dc1282a7ca44569b50c5eb13a5780a5bb Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Fri, 10 Sep 2021 22:19:29 -0300 Subject: [PATCH] Updates dev build changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0265cf33..82c0399f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Functions `_MK$` and `_CV` can now deal with `_OFFSET` values. - New "View on Wiki" button on help panel (launches equivalent wiki page using the default browser). - New `_EnvironCount` function to show how many environment variables are found. +- Color schemes can now be set/saved individually for each running instance of the IDE. ### Windows - Automatically embeds a manifest file when compiling an exe with `$VersionInfo`, so that Common Controls v6.0 gets linked at runtime.