Skip to content

Commit

Permalink
Merged PR 21268: Changelog for release v7.2.5
Browse files Browse the repository at this point in the history
Changelog for release v7.2.5
  • Loading branch information
adityapatwardhan committed Jun 21, 2022
1 parent 0aad398 commit 7a0eb64
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ ChrisLGardner
cimsession
cimsupport
ci.psm1
cgmanifest
classlib
clear-itemproperty
cloudydino
Expand Down
44 changes: 44 additions & 0 deletions CHANGELOG/7.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# 7.2 Changelog

## [7.2.5] - 2022-06-21

### Engine Updates and Fixes

- Fix native library loading for osx-arm64 (#17495) (Thanks @awakecoding!)

### Tests

- Make Assembly Load Native test work on a FX Dependent Linux Install (#17496)
- Enable more tests to be run in a container. (#17294)
- Switch to using GitHub action to verify markdown links for PRs (#17281)
- Try to stabilize a few tests that fail intermittently (#17426)
- TLS test fix back-port (#17424)

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET SDK to 6.0.301 (Internal 21218)</p>

</summary>

<ul>
<li>Update Wix file (Internal 21242)</li>
<li>Conditionally add output argument</li>
<li>Rename mariner package to cm (#17506)</li>
<li>Backport test fixes for 7.2 (#17494)</li>
<li>Update dotnet-runtime version (#17472)</li>
<li>Update to use <code>windows-latest</code> as the build agent image (#17418)</li>
<li>Publish preview versions of mariner to preview repo (#17464)</li>
<li>Move <code>cgmanifest</code> generation to daily (#17258)</li>
<li>Fix mariner mappings (#17413)</li>
<li>Make sure we execute tests on LTS package for older LTS releases (#17430)</li>
<li>Add a finalize template which causes jobs with issues to fail (#17428)</li>
<li>Make mariner packages Framework dependent (#17425)</li>
<li>Base work for adding mariner amd64 package (#17417)</li>
</ul>

</details>

[7.2.5]: https://github.com/PowerShell/PowerShell/compare/v7.2.4...v7.2.5

## [7.2.4] - 2022-05-13

### Build and Packaging Improvements
Expand Down

0 comments on commit 7a0eb64

Please sign in to comment.