Skip to content

Commit 353d014

Browse files
committed
Merged PR 9115: 6.2.2 Changelog
6.2.2 Changelog
1 parent f55bf2a commit 353d014

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ v6.1.0
751751
v6.1.1
752752
v6.2.0
753753
v6.2.1
754+
v6.2.2
754755
validatenotnullorempty
755756
versioned
756757
versioning

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v6.2.2 - 07/16/2019
4+
5+
### Breaking Changes
6+
7+
- Disable `Enter-PSHostProcess` cmdlet when system in lock down mode (Internal 8969)
8+
9+
### Engine Updates and Fixes
10+
11+
- Create `JumpList` in STA thread as some COM APIs are strictly STA only to avoid sporadic CLR crashes (#10057, #9928) (Thanks @bergmeister!)
12+
13+
### Build and Packaging Improvements
14+
15+
- Update DotNet SDK and runtime framework version (Internal 9082, 9088, 9092)
16+
- Make `Hashtable` case insensitivity test use current culture rather than shell to set culture (Internal 8529)
17+
- Add automated RPM signing to release build (#10013)
18+
- Update copyright symbol for NuGet packages (#9936)
19+
- Bump `Microsoft.ApplicationInsights` from `2.9.1` to `2.10.0` (#9757)
20+
- Switch from BMP to PNG for graphical MSI installer assets (#9606)
21+
- Bump `System.Net.Http.WinHttpHandler` from `4.5.3` to `4.5.4` (#9789)
22+
- Enable building of MSIX package (#9289, #9715)
23+
324
## v6.2.1 - 05/21/2019
425

526
### Engine Updates and Fixes

0 commit comments

Comments
 (0)