[release/v7.6.1] Update Changelog for release v7.6.1#27313
Merged
adityapatwardhan merged 2 commits intoApr 21, 2026
Merged
Conversation
adityapatwardhan
enabled auto-merge (squash)
April 21, 2026 19:35
adityapatwardhan
disabled auto-merge
April 21, 2026 19:35
adityapatwardhan
enabled auto-merge (squash)
April 21, 2026 19:36
daxian-dbw
approved these changes
Apr 21, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the changelog updates from #27304 onto release/v7.6.1 so the 7.6.1 release notes reflect the set of fixes and build/packaging changes shipped in that patch release.
Changes:
- Add a new
7.6.1section (with categorized entries and a compare link) toCHANGELOG/7.6.md. - Fix formatting at the end of the file for the
7.6.0-preview.1compare link line.
Comment on lines
48
to
50
| ## [7.6.0] - 2026-03-12 | ||
|
|
||
| ### General Cmdlet Updates and Fixes |
There was a problem hiding this comment.
A leftover git merge-conflict marker (>>>>>>> ...) is still present in the changelog, which will render the release notes incorrect. Please remove this line (and ensure no other conflict markers remain).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #27304 to release/v7.6.1
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
Customer Impact
Ensures release/v7.6.1 changelog accurately reflects the shipped fixes and build changes so users can reference correct release notes.
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Verified cherry-pick completion and reviewed CHANGELOG/7.6.md to confirm the full 7.6.1 section and compare link were present without conflict markers. Confirmed clean git status after resolution.
Risk
REQUIRED: Check exactly one box.
Single-file changelog-only backport with no product/runtime code changes. Manual conflict resolution was limited to preserving the existing 7.6.0 heading style while keeping the 7.6.1 content intact.
Merge Conflicts
Conflict in CHANGELOG/7.6.md at the top heading block. Resolved by keeping the full 7.6.1 section from the original PR and preserving release-branch formatting for the existing 7.6.0 heading (
## [7.6.0] - 2026-03-12).