From 0eb2b7f0723d24bfabfe0c9f084f150a50378a5a Mon Sep 17 00:00:00 2001 From: Denis Shienkov Date: Sun, 1 Nov 2020 10:41:09 +0300 Subject: [PATCH] Fix typos in changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256bfe5..cabb47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Next developer preview release. - Implemented the project explorer tree view. -- Added new 'Detect Profiles' command. +- Added new `Detect Profiles` command. - Implemented saving user selection (such as project, profile, configuration and product). - Removed the progress bar indicating the session status. @@ -12,7 +12,7 @@ configuration and product). ## 0.0.5 - Initial developer preview release. -- Implemented a basic set of commands (such as `resolve`, 'build`, +- Implemented a basic set of commands (such as `resolve`, `build`, `clean` and so forth). - Implemented selection of the available project file using the status bar button. @@ -20,7 +20,7 @@ status bar button. status bar button. - Implemented selection of the build configuration using the status bar button (by default are supported only the `debug` and -the `release' configurations yet). +the `release` configurations yet). - Implemented selection of the target product for building (or all products) using the status bar button. - Implemented selection of the target product for debugging and