diff --git a/.spelling b/.spelling index 6f15f6a56bd..6c450d7d05b 100644 --- a/.spelling +++ b/.spelling @@ -97,11 +97,13 @@ bugfix build.json build.psm1 bulid +buildInfoJson callmejoebob catchable cdxml celsius CentOS +CGManifest changelog changelog.md changelogs @@ -116,6 +118,7 @@ childitem ChrisLGardner cimsession cimsupport +ci.psm1 classlib clear-itemproperty cloudydino @@ -907,6 +910,7 @@ tracesource travisez13 travisty truher +TSAUpload TValue tylerleonhardt typecataloggen diff --git a/CHANGELOG/7.2.md b/CHANGELOG/7.2.md index 0a570847848..8eb70874ef5 100644 --- a/CHANGELOG/7.2.md +++ b/CHANGELOG/7.2.md @@ -1,5 +1,44 @@ # 7.2 Changelog +## [7.2.1] - 2021-12-14 + +### General Cmdlet Updates and Fixes + +- Remove declaration of experimental features in Utility module manifest as they are stable (#16460) +- Bring back pwsh.exe for framework dependent packages to support Start-Job (#16535) +- Change default for `$PSStyle.OutputRendering` to `Ansi` (Internal 18394) +- Update `HelpInfoUri` for 7.2 release (#16456) +- Fix typo for "privacy" in MSI installer (#16407) + +### Tests + +- Set clean state before testing `UseMU` in the MSI (#16543) + +### Build and Packaging Improvements + +
+ + + +
+ +[7.2.1]: https://github.com/PowerShell/PowerShell/compare/v7.2.0...v7.2.1 + ## [7.2.0] - 2021-11-08 ### General Cmdlet Updates and Fixes