Changelog for release v7.6.0-preview.6#26597
Merged
daxian-dbw merged 4 commits intomasterfrom Dec 16, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds changelog documentation for the v7.6.0-preview.6 release, documenting a comprehensive set of improvements including engine updates, cmdlet enhancements, tooling/CI workflow changes, test improvements, and extensive build/packaging updates.
Key Changes
- Documents engine improvements (alias expansion) and cmdlet updates (PSResourceGet v1.2.0-preview5, stable PSFeedbackProvider, Get-Clipboard enhancements)
- Records tooling and CI workflow improvements (merge conflict detection, reusable actions, workflow refactoring)
- Catalogs extensive build and packaging improvements (28 items) covering migration to native packaging tools, GitHub Actions workflow integration, and various pipeline optimizations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sdwheeler
suggested changes
Dec 9, 2025
jshigetomi
approved these changes
Dec 16, 2025
jshigetomi
pushed a commit
that referenced
this pull request
Dec 17, 2025
jshigetomi
pushed a commit
that referenced
this pull request
Dec 17, 2025
12 tasks
kilasuit
pushed a commit
to kilasuit/PowerShell
that referenced
this pull request
Jan 2, 2026
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.
PR Summary
This pull request updates the
CHANGELOG/preview.mdfile to document the upcoming7.6.0-preview.6release. It summarizes a wide range of improvements, including engine updates, cmdlet enhancements, tooling and CI workflow changes, test improvements, and build/packaging updates.Engine and Cmdlet Updates:
ResolvedCommand, improving reliability of command execution ([release/v7.6] Properly Expand Aliases to their actual ResolvedCommand #26571).Microsoft.PowerShell.PSResourceGetupdated tov1.2.0-preview5, thePSFeedbackProviderexperimental feature is now stable, a regression inCompletionCompleters.CompleteFilename()is fixed, aDelimiterparameter is added toGet-Clipboard, and DSC v3 resource for Powershell Profile is introduced ([release/v7.6] Update Microsoft.PowerShell.PSResourceGet to v1.2.0-preview5 #26590, [release/v7.6] Make the experimental featurePSFeedbackProviderstable #26502, [release/v7.6] Fix a regression in the APICompletionCompleters.CompleteFilename()that causes null reference exception #26487, [release/v7.6] Add Delimiter parameter to Get-Clipboard #26572, [release/v7.6] DSC v3 resource for Powershell Profile #26447).Tooling and CI Improvements:
PR Context
Release updates
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header