Skip to content

Commit

Permalink
Merged PR 14806: 7.1.3 Changlog
Browse files Browse the repository at this point in the history
draft changelog
  • Loading branch information
TravisEz13 committed Mar 11, 2021
1 parent 33ce13a commit ea5c8e3
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .spelling
Expand Up @@ -1148,4 +1148,6 @@ InstallLocation
PkgES
Microsoft.PowerShell.Native
rtm.20526.5
ini
package.json
jcotton42
43 changes: 43 additions & 0 deletions CHANGELOG/7.1.md
@@ -1,5 +1,48 @@
# 7.1 Changelog

## [7.1.3] - 2021-03-11

### Engine Updates and Fixes

- Remove the 32K character limit on the environment block for `Start-Process` (#14111)
- Fix webcmdlets to properly construct URI from body when using `-NoProxy` (#14673)

### General Cmdlet Updates and Fixes

- Fix `PromptForCredential()` to add `targetName` as domain (#14504)

### Build and Packaging Improvements

<details>

<summary>

Bump .NET SDK to 5.0.4

</summary>

<ul>
<li>Bump .NET SDK to 5.0.4 (Internal 14775)</li>
<li>Disable running markdown link verification in release build CI (#14971, #14974, #14975)</li>
<li>Use template that disables component governance for CI (#14938)</li>
<li>Declare which variable group is used for checking the blob in the release build (#14970)</li>
<li>Add suppress for nuget multi-feed warning (#14893)</li>
<li>Disable code signing validation where the file type is not supported (#14885)</li>
<li>Install wget on <code>CentOS</code> 7 docker image (#14857)</li>
<li>Fix install-dotnet download (#14856)</li>
<li>Make universal Deb package based on deb package spec (#14681)</li>
<li>Fix release build to upload global tool packages to artifacts (#14620)</li>
<li>Update <code>ini</code> component version in test <code>package.json</code> (#14454)</li>
<li>Add manual release automation steps and improve changelog script (#14445)</li>
<li>Update markdown test packages with security fixes (#14145)</li>
<li>Fix a typo in the <code>Get-ChangeLog</code> function (#14129)</li>
<li>Disable global tool copy to unblock release</li>
</ul>

</details>

[7.1.3]: https://github.com/PowerShell/PowerShell/compare/v7.1.2...v7.1.3

## [7.1.2] - 2021-02-11

### Build and Packaging Improvements
Expand Down

0 comments on commit ea5c8e3

Please sign in to comment.