Update change logs for 7.0.7 and 7.1.4 (#15921)

This commit is contained in:
Aditya Patwardhan 2021-08-17 11:58:19 -07:00 committed by GitHub
parent 55855fbe5d
commit 7d53fbbdf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 0 deletions

View file

@ -1260,6 +1260,7 @@ ini
package.json
jcotton42
RPMs
PSDesiredStateConfiguration
- CHANGELOG/preview.md
Gimly
jborean93
@ -1371,6 +1372,7 @@ codesign
release-BuildJson
yml
centos-7
PSDesiredStateConfiguration
- test/perf/benchmarks/README.md
benchmarked
BenchmarkDotNet

View file

@ -1,5 +1,24 @@
# 7.0 Changelog
## [7.0.7] - 2021-08-12
### Build and Packaging Improvements
<details>
<summary>
Bump .NET SDK to 3.1.412
</summary>
<ul>
<li>Remove cat file from <code>PSDesiredStateConfiguration</code> module (Internal 16722)</li>
<li>Update .NET SDK to <code>3.1.412</code> (Internal 16717)</li>
</ul>
</details>
[7.0.7]: https://github.com/PowerShell/PowerShell/compare/v7.0.6...v7.0.7
## [7.0.6] - 2021-03-11
### General Cmdlet Updates and Fixes

View file

@ -1,5 +1,24 @@
# 7.1 Changelog
## [7.1.4] - 2021-08-12
### Build and Packaging Improvements
<details>
<summary>
Bump .NET SDK to version 5.0.400
</summary>
<ul>
<li>Remove the cat file from <code>PSDesiredStateConfiguration</code> module (Internal 16723)</li>
<li>Update .NET SDK version and other packages (Internal 16715)</li>
</ul>
</details>
[7.1.4]: https://github.com/PowerShell/PowerShell/compare/v7.1.3...v7.1.4
## [7.1.3] - 2021-03-11
### Engine Updates and Fixes