From 4ec2243007d50a9d20e6c7837071539476523bfe Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Thu, 15 Jul 2021 10:10:00 -0300 Subject: [PATCH] Updates changelog [ci-skip] --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df4b8884..fb7b94884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ ### All platforms - `_Source` is now also set to `_Console` when `$Console:Only` is used. - Quick reference for commands is now shown in the status bar when syntax errors are detected. -- New `$DEBUG` metacommand, with added breakpoint/step abilities to the IDE. +- New `$Debug` metacommand, with added breakpoint/step abilities to the IDE. ### Windows -- Automatically embeds a manifest file when compiling an exe with `$VERSIONINFO`, so that Common Controls v6.0 gets linked at runtime. -- Adds the %TEMP%, Program Files and Program Files (x86) directories to `_DIR$()` folder specifications. +- Automatically embeds a manifest file when compiling an exe with `$VersionInfo`, so that Common Controls v6.0 gets linked at runtime. +- Adds the %TEMP%, Program Files and Program Files (x86) directories to `_Dir$()` folder specifications.