Skip to content

Commit

Permalink
Merged PR 22914: Changelog for v7.2.7
Browse files Browse the repository at this point in the history
Change log for v7.2.7
  • Loading branch information
adityapatwardhan committed Oct 20, 2022
1 parent 205fe13 commit 978d190
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spelling
Expand Up @@ -302,6 +302,7 @@ functionprovider
FunctionTable
fxdependent
gabrielsroka
GAC_Arm64
gamified
gc.regions.xml
Generic.SortedList
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG/7.2.md
@@ -1,5 +1,47 @@
# 7.2 Changelog

## [7.2.7] - 2022-10-20

### Engine Updates and Fixes

- On Unix, explicitly terminate the native process during cleanup only if it's not running in background (#18280)
- Stop sending telemetry about `ApplicationType` (#18168)

### General Cmdlet Updates and Fixes

- Remove the 1-second minimum delay in `Invoke-WebRequest` for downloading small files, and prevent file-download-error suppression (#18170)
- Enable searching for assemblies in GAC_Arm64 on Windows (#18169)
- Fix error formatting to use color defined in `$PSStyle.Formatting` (#18287)

### Tests

- Use Ubuntu 20.04 for SSH remoting test (#18289)

### Build and Packaging Improvements

<details>

<summary>

<p>Bump .NET to version 6.0.402 (#18188)(#18290)</p>

</summary>

<ul>
<li>Update cgmanifest (#18319)</li>
<li>Fix <code>build.psm1</code> to find the required .NET SDK version when a higher version is installed (#17299) (#18282)</li>
<li>Update MSI exit message (#18173)</li>
<li>Remove XML files for min-size package (#18274)</li>
<li>Update list of PS team members in release tools (#18171)</li>
<li>Make the link to minimal package blob public during release (#18174)</li>
<li>Add XML reference documents to NuPkg files for SDK (#18172)</li>
<li>Update to use version 2.21.0 of Application Insights (#18271)</li>
</ul>

</details>

[7.2.7]: https://github.com/PowerShell/PowerShell/compare/v7.2.6...v7.2.7

## [7.2.6] - 2022-08-11

### Engine Updates and Fixes
Expand Down

0 comments on commit 978d190

Please sign in to comment.