Skip to content

Commit

Permalink
Merged PR 22095: Changelog for v7.2.6
Browse files Browse the repository at this point in the history
Changelog for v7.2.6
  • Loading branch information
adityapatwardhan committed Aug 11, 2022
1 parent eb2c4ac commit 5d4b1b7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spelling
Expand Up @@ -53,6 +53,7 @@ APIScan
appimage
applocker
appveyor
appx
args
argumentlist
arm32
Expand Down
40 changes: 40 additions & 0 deletions CHANGELOG/7.2.md
@@ -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
Expand Down

0 comments on commit 5d4b1b7

Please sign in to comment.