Skip to content

Commit

Permalink
Merged PR 11713: Update change log for 7.0.2 release
Browse files Browse the repository at this point in the history
Update change log for 7.0.2 release
  • Loading branch information
adityapatwardhan committed Jun 10, 2020
1 parent dec48d5 commit ab74603
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .spelling
Expand Up @@ -40,6 +40,7 @@ amd64
andschwa
api
apis
apiscan
appimage
applocker
appveyor
Expand Down Expand Up @@ -222,6 +223,7 @@ export-modulemember
failurecode
failurecount
ffeldhaus
ffi
filecatalog
filename
filesystem
Expand Down
42 changes: 41 additions & 1 deletion CHANGELOG/7.0.md
@@ -1,4 +1,43 @@
# Current preview Changelog
# 7.0 Changelog

## [7.0.2] - 2020-06-11

### Engine Updates and Fixes

- Ensure null-coalescing LHS is evaluated only once (#12667)
- Restrict loading of `amsi.dll` to `system32` folder (#12730)

### General Cmdlet Updates and Fixes

- Change `Get-FileHash` to close file handles before writing output (#12474) (Thanks @iSazonov!)

### Tools

- Update the PowerShell team list to correct changelog generation (#12927)

### Tests

- Pin major Pester version to 4 to prevent breaking changes caused by upcoming release of `v5` (#12262) (Thanks @bergmeister!)

### Build and Packaging Improvements

<details>

<summary>

<p>Update to .NET Core 3.1.5</p>

</summary>

<ul>
<li>Bump to .NET 3.1.5 and update dependencies (Internal 11699)</li>
<li>Check if Azure Blob exists before overwriting (#12921)</li>
<li>Upgrade <code>APIScan</code> version (#12876)</li>
<li>Fix break in package build by pinning <code>ffi</code> version to <code>1.12</code> (#12889)</li>
<li>Update the build to sign any unsigned files as 3rd party Dlls (#12581)</li>
</ul>

</details>

## [7.0.1] - 2020-05-14

Expand Down Expand Up @@ -1001,6 +1040,7 @@ Move to .NET Core 3.1.202 SDK and update packages.

[7.0.0]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.3...v7.0.0
[7.0.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0...v7.0.1
[7.0.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.1...v7.0.2
[7.0.0-rc.3]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.2...v7.0.0-rc.3
[7.0.0-rc.2]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-rc.1...v7.0.0-rc.2
[7.0.0-rc.1]: https://github.com/PowerShell/PowerShell/compare/v7.0.0-preview.6...v7.0.0-rc.1
Expand Down

0 comments on commit ab74603

Please sign in to comment.