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.