From e5f0edcc2fc6cc5858ee96e46a972fd52b9522c5 Mon Sep 17 00:00:00 2001 From: Jimmy Lewis Date: Wed, 11 Dec 2024 01:23:44 -0800 Subject: [PATCH] Update the changelog to current status --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f607c47b..9a22467e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Change log +## Upcoming Release +Commit: TBD +- Packages updated on NuGet +- Included in Visual Studio 17.13 +- Update to .NET 8 (#729) +- Convert to MIT license (#761) +- Add new "fileMappings" feature (#756) +- Support any CPS project type in Visual Studio (#717) +- Add non-zero exit code on general exception and on error in Restore command (#682) + - Thanks @mvsprogs! +- Fixed sporadic file read errors (#722) + - Thanks @AlexanderSchulz-Siemens! +- Change -pre to --pre for CLI update command (#733) +- Lower MSBuild output to Normal verbosity (#734) +- Spacebar on the "Files" node should toggle state (#741) +- Add a --whatif option to CLI update command (#732) +- Add setting to force TLS 1.2 (#751) +- Log errors that happen during file copy and retry file copying (#753) + - Thanks @leotsarev! +- Add variable expansion in defaultDestination (#759) + +## 2.1.175 +Commit: 29a28921bd59084a6906037ddfd55e106ba3ee19 +- Packages updated on NuGet +- Included in Visual Studio 17.3 +- Adapt to Cdnjs API breaking changes (#687) +- Add User-Agent header to requests (#694) +- Fix position of completion flyout in VS (#674) + ## 2.1.161 Commit: abc97ecc7db29a48992d14f1585cc092acbf66aa - Packages updated on NuGet