diff --git a/CHANGELOG/7.4.md b/CHANGELOG/7.4.md index 189241af92a..a503e7ceb6c 100644 --- a/CHANGELOG/7.4.md +++ b/CHANGELOG/7.4.md @@ -1,5 +1,35 @@ # 7.4 Changelog +## [7.4.18] + +### Engine Updates and Fixes + +- Merged PR 40624: Validate CAB path before expansion + +### Tests + +- Update CI workflow to also target servicing-* branches (#27649) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 8.0.423

+ +
+ + + +
+ +[7.4.18]: https://github.com/PowerShell/PowerShell/compare/v7.4.17...v7.4.18 + ## [7.4.17] ### Code Cleanup diff --git a/CHANGELOG/7.5.md b/CHANGELOG/7.5.md index a44bc04360a..95577e024e6 100644 --- a/CHANGELOG/7.5.md +++ b/CHANGELOG/7.5.md @@ -1,5 +1,35 @@ # 7.5 Changelog +## [7.5.9] + +### Engine Updates and Fixes + +- Merged PR 40624: Validate CAB path before expansion + +### Tests + +- Update CI workflow to also target servicing-* branches (#27651) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 9.0.316

+ +
+ + + +
+ +[7.5.9]: https://github.com/PowerShell/PowerShell/compare/v7.5.8...v7.5.9 + ## [7.5.8] ### Code Cleanup diff --git a/CHANGELOG/7.6.md b/CHANGELOG/7.6.md index c18f4929847..ee6be496e8e 100644 --- a/CHANGELOG/7.6.md +++ b/CHANGELOG/7.6.md @@ -1,5 +1,32 @@ # 7.6 Changelog +## [7.6.4] + +### Engine Updates and Fixes + +- Merged PR 40624: Validate CAB path before expansion + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 10.0.302

+ +
+ + + +
+ +[7.6.4]: https://github.com/PowerShell/PowerShell/compare/v7.6.3...v7.6.4 + ## [7.6.3] ### Build and Packaging Improvements diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index cee993df8cc..d5b6ee1fc15 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,5 +1,57 @@ # Preview Changelog +## [7.7.0-preview.3] + +### General Cmdlet Updates and Fixes + +- Change `New-Guid` to generate UUID v7 by default (#27033) (Thanks @SufficientDaikon!) +- Fix progress bar rendering with double-width unicode characters (#26185) (Thanks @yotsuda!) + +### Code Cleanup + +- Remove the unused `Publish-NugetToMyGet` command from packaging module (#27403) + +### Tools + +- Remove `-Daily` from `install-powershell.ps1` since it no longer exists (#25124) + +### Tests + +- Update CI workflow to also target servicing-* branches (#27612) + +### Build and Packaging Improvements + +
+ + + +

Update to .NET SDK 11.0.100-preview.6

+ +
+ + + +
+ +### Documentation and Help Content + +- Add links to changelogs for versions 7.5 and 7.6 (#27080) (Thanks @behradbhrmi!) +- Update metadata.json for servicing releases (#27609) +- Bring Changelogs to Master Branch v7.4.17, v7.5.8, v7.6.3 (#27608) +- Update PowerShell Universal information. (#27550) (Thanks @adamdriscoll!) + +[7.7.0-preview.3]: https://github.com/PowerShell/PowerShell/compare/v7.7.0-preview.2...v7.7.0-preview.3 + ## [7.7.0-preview.2] ### Engine Updates and Fixes