Update Changelog for release v7.6.1 by adityapatwardhan · Pull Request #27304 · PowerShell/PowerShell
PR Summary
Update change log
PR Context
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Make sure all
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header - This PR is ready to merge. If this PR is a work in progress, please open this as a Draft Pull Request and mark it as Ready to Review when it is ready to merge.
- Breaking changes
- None
- OR
- Experimental feature(s) needed
- Experimental feature name(s):
- User-facing changes
- Not Applicable
- OR
- Documentation needed
- Issue filed:
- Testing - New and feature
- N/A or can only be tested interactively
- OR
- Make sure you've added a new test if existing tests do not effectively test the code changed
Copilot AI review requested due to automatic review settings
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Updates the 7.6 changelog to include the entries for the v7.6.1 release.
Changes:
- Add a new
7.6.1section with categorized bullet points (cmdlets, tests, build/packaging). - Add build/packaging details under a collapsible
<details>block. - Add the compare link reference for
[7.6.1].
Comment on lines +7 to +11
| - [release/v7.6.1] Delay update notification for one week to ensure all packages become available (#27215) | ||
|
|
||
| ### Tests | ||
|
|
||
| - [release/v7.6.1] Fix the `PSNativeCommandArgumentPassing` test (#27179) |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These list entries include a [release/v7.6.1] prefix, which is inconsistent with other stable/patch changelog entries in this repo (for example CHANGELOG/7.6.md:52 and CHANGELOG/7.5.md:11-13 don’t include a branch prefix in the bullet text). Consider dropping the branch tag here (or otherwise standardizing the formatting) so the changelog reads consistently for end users.
Copilot uses AI. Check for mistakes.
adityapatwardhan
added
the
CL-Docs
label
|
|
||
| ### Tests | ||
|
|
||
| - [release/v7.6.1] Fix the `PSNativeCommandArgumentPassing` test (#27179) |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are many other entries prefixed with [release/v7.6.1]. I think we need to remove them all.