diff --git a/.spelling b/.spelling index 11f0a9c79ef9..ec443f34457d 100644 --- a/.spelling +++ b/.spelling @@ -751,6 +751,7 @@ v6.1.0 v6.1.1 v6.2.0 v6.2.1 +v6.2.2 validatenotnullorempty versioned versioning diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6633f8604f..092149493983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## v6.2.2 - 07/16/2019 + +### Breaking Changes + +- Disable `Enter-PSHostProcess` cmdlet when system in lock down mode (Internal 8969) + +### Engine Updates and Fixes + +- Create `JumpList` in STA thread as some COM APIs are strictly STA only to avoid sporadic CLR crashes (#10057, #9928) (Thanks @bergmeister!) + +### Build and Packaging Improvements + +- Update DotNet SDK and runtime framework version (Internal 9082, 9088, 9092) +- Make `Hashtable` case insensitivity test use current culture rather than shell to set culture (Internal 8529) +- Add automated RPM signing to release build (#10013) +- Update copyright symbol for NuGet packages (#9936) +- Bump `Microsoft.ApplicationInsights` from `2.9.1` to `2.10.0` (#9757) +- Switch from BMP to PNG for graphical MSI installer assets (#9606) +- Bump `System.Net.Http.WinHttpHandler` from `4.5.3` to `4.5.4` (#9789) +- Enable building of MSIX package (#9289, #9715) + ## v6.2.1 - 05/21/2019 ### Engine Updates and Fixes