diff --git a/.spelling b/.spelling index f9406e0c2..cc0d9a735 100644 --- a/.spelling +++ b/.spelling @@ -757,6 +757,7 @@ rkitover robo210 ronn rpalo +RPMs runspace runspaceinit runspaces diff --git a/CHANGELOG/7.1.md b/CHANGELOG/7.1.md index a51cfcb7a..6f92dd03b 100644 --- a/CHANGELOG/7.1.md +++ b/CHANGELOG/7.1.md @@ -1,5 +1,37 @@ # 7.1 Changelog +## [7.1.1] - 2021-01-14 + +### General Cmdlet Updates and Fixes + +- Avoid an exception if file system does not support reparse points (#13634) (Thanks @iSazonov!) +- Make AppLocker Enforce mode take precedence over UMCI Audit mode (#14353) + +### Code Cleanup + +- Fix syntax error in Windows packaging script (#14377) + +### Build and Packaging Improvements + +
+ + + +
+ +[7.1.1]: https://github.com/PowerShell/PowerShell/compare/v7.1.0...v7.1.1 + ## [7.1.0] - 2020-11-11 ### Engine Updates and Fixes