Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG/6.2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 6.2 Changelog

## [6.2.5] - 2020-05-14

### Build and Packaging Improvements

<details>

<ul>
<li>Port back the code for new changelog format.</li>
<li>Work around <code>FPM</code> issue with a specific version on macOS</li>
<li>Update the combined package build to release the daily builds (#10449)</li>
<li>Refactor packaging pipeline (#11852)</li>
<li>Bump .NET SDK version to the version 2.1.18</li>
<li>Move to standard internal pool for building (#12119)</li>
</ul>

</details>

## [6.2.4] - 2020-01-27

### General Cmdlet Updates and Fixes
Expand Down Expand Up @@ -794,6 +811,7 @@
- Update `CONTRIBUTION.md` about adding an empty line after the copyright header (#7706) (Thanks @iSazonov!)
- Update docs about .NET Core version `2.0` to be about version `2.x` (#7467) (Thanks @bergmeister!)

[6.2.5]: https://github.com/PowerShell/PowerShell/compare/v6.2.4...v6.2.5
[6.2.4]: https://github.com/PowerShell/PowerShell/compare/v6.2.3...v6.2.4
[6.2.3]: https://github.com/PowerShell/PowerShell/compare/v6.2.2...v6.2.3
[6.2.2]: https://github.com/PowerShell/PowerShell/compare/v6.2.1...v6.2.2
Expand Down