[release/v7.5.5] Update change log for v7.5.5#27012
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the missing 7.5.5 (and 7.5.4) release notes to the 7.5 changelog on the release/v7.5.5 branch to keep release tracking up to date.
Changes:
- Add a new
[7.5.5]section with categorized bullet items and a compare link. - Add a
[7.5.4]section and compare link above the existing 7.5.3+ entries.
You can also share your feedback on Copilot code review. Take the survey.
| <li>Backport Release Pipeline Changes (Internal 37168)</li> | ||
| <li>[release/v7.5] Update branch for release (#26195)</li> | ||
| <li>[release/v7.5] Mark the 3 consistently failing tests as pending to unblock PRs (#26196)</li> | ||
| <li>[release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)</li> |
There was a problem hiding this comment.
Typo in changelog entry: "suppresion" should be "suppression" (and consider capitalizing "add" -> "Add" to match surrounding bullets).
| <li>[release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)</li> | |
| <li>[release/v7.5] Add CodeQL suppression for NativeCommandProcessor (#26173)</li> |
| <li>Backport Release Pipeline Changes (Internal 37168)</li> | ||
| <li>[release/v7.5] Update branch for release (#26195)</li> | ||
| <li>[release/v7.5] Mark the 3 consistently failing tests as pending to unblock PRs (#26196)</li> | ||
| <li>[release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)</li> |
There was a problem hiding this comment.
Typo in changelog entry: "suppresions" should be "suppressions".
| <li>[release/v7.5] add CodeQL suppresion for NativeCommandProcessor (#26173)</li> | |
| <li>[release/v7.5] add CodeQL suppression for NativeCommandProcessor (#26173)</li> |
| <li>Remove usage of fpm for DEB package generation (#26809)</li> | ||
| <li>Replace fpm with native macOS packaging tools (pkgbuild/productbuild) (#26801)</li> | ||
| <li>Fix build to only enable ready-to-run for the Release configuration (#26798)</li> | ||
| <li>Fix R2R for fxdependent packaging (#26797)</li> |
There was a problem hiding this comment.
There are two spaces before the PR reference in this changelog item ("packaging (#26797)"). Consider normalizing to a single space for consistent formatting.
| <li>Fix R2R for fxdependent packaging (#26797)</li> | |
| <li>Fix R2R for fxdependent packaging (#26797)</li> |
| <p>Update to .NET SDK 9.0.312</p> | ||
| <p>We thank the following contributors!</p> | ||
| <p>@kasperk81, @RichardSlater</p> | ||
|
|
There was a problem hiding this comment.
For consistency with other changelog entries, consider adding a blank line after the <summary> tag (and/or grouping the <p> lines) to match the formatting used in the 7.5.4/7.5.3 sections. This helps keep the embedded HTML blocks consistent and easier to diff in future updates.
| <p>Update to .NET SDK 9.0.312</p> | |
| <p>We thank the following contributors!</p> | |
| <p>@kasperk81, @RichardSlater</p> | |
| <p>Update to .NET SDK 9.0.312</p> | |
| <p>We thank the following contributors!</p> | |
| <p>@kasperk81, @RichardSlater</p> |
Backport of #26999 to release/v7.5.5
Triggered by @adityapatwardhan on behalf of @adityapatwardhan
Original CL Label: CL-Docs
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Changelog update for release tracking.
Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Documentation-only change (changelog update). No functional testing required.
Risk
REQUIRED: Check exactly one box.
This is a documentation-only change updating the changelog. No code changes, no risk of regression.