From 38846771b4b78dc9838beb688086d84a0516b7e4 Mon Sep 17 00:00:00 2001 From: Andreea Isac <48239328+andreeis@users.noreply.github.com> Date: Tue, 11 May 2021 16:55:34 -0700 Subject: [PATCH] Changelog 1.7.3 (#1865) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdc00ea5..7b551906b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # What's New? +## 1.7.3 +Bug fixes: +- Make sure CMake Tools configuration provider gets registered with presets on. [#1832](https://github.com/microsoft/vscode-cmake-tools/issues/1832) +- Add the license field to package.json. [#1823](https://github.com/microsoft/vscode-cmake-tools/issues/1823) +- Add title to "Select target" quickpick. [#1860](https://github.com/microsoft/vscode-cmake-tools/issues/1860) + ## 1.7.2 Bug fixes: - Fix paths of target sources outside the workspace. [#1504](https://github.com/microsoft/vscode-cmake-tools/issues/1504) [@sleiner](https://github.com/sleiner)