Merged PR 22095: Changelog for v7.2.6
Changelog for v7.2.6
This commit is contained in:
parent
eb2c4accdd
commit
5d4b1b760d
@ -53,6 +53,7 @@ APIScan
|
||||
appimage
|
||||
applocker
|
||||
appveyor
|
||||
appx
|
||||
args
|
||||
argumentlist
|
||||
arm32
|
||||
|
@ -1,5 +1,45 @@
|
||||
# 7.2 Changelog
|
||||
|
||||
## [7.2.6] - 2022-08-11
|
||||
|
||||
### Engine Updates and Fixes
|
||||
|
||||
- Fix `ForEach-Object -Parallel` when passing in script block variable (#16564)
|
||||
|
||||
### General Cmdlet Updates and Fixes
|
||||
|
||||
- Make `Out-String` and `Out-File` keep string input unchanged (#17455)
|
||||
- Update regex used to remove ANSI escape sequences to be more specific to decoration and hyperlinks (#16811)
|
||||
- Fix legacy `ErrorView` types to use `$host.PrivateData` colors (#17705)
|
||||
- Fix `Export-PSSession` to not throw error when a rooted path is specified for `-OutputModule` (#17671)
|
||||
|
||||
### Tests
|
||||
|
||||
- Disable RPM SBOM test. (#17532)
|
||||
|
||||
### Build and Packaging Improvements
|
||||
|
||||
<details>
|
||||
|
||||
<summary>
|
||||
<p>Bump .NET SDK to 6.0.8 (Internal 22065)</p>
|
||||
<p>We thank the following contributors!</p>
|
||||
<p>@tamasvajk</p>
|
||||
</summary>
|
||||
|
||||
<ul>
|
||||
<li>Update Wix manifest</li>
|
||||
<li>Add AppX capabilities in MSIX manifest so that PS7 can call the AppX APIs (#17416)</li>
|
||||
<li>Use <code>Quality</code> only with <code>Channel</code> in <code>dotnet-install</code> (#17847)</li>
|
||||
<li>Fix <code>build.psm1</code> to not specify both version and quality for <code>dotnet-install</code> (#17589) (Thanks @tamasvajk!)</li>
|
||||
<li>Install .NET 3.1 as it is required by the vPack task</li>
|
||||
</ul>
|
||||
|
||||
</details>
|
||||
|
||||
[7.2.6]: https://github.com/PowerShell/PowerShell/compare/v7.2.5...v7.2.6
|
||||
|
||||
|
||||
## [7.2.5] - 2022-06-21
|
||||
|
||||
### Engine Updates and Fixes
|
||||
|
Loading…
Reference in New Issue
Block a user