(DOCS) Update changelog for 3.2.* releases#1578
Open
michaeltlombardi wants to merge 3 commits into
Open
Conversation
This change adds entries to the changelog for the 3.2.0, 3.2.1, and 3.2.2 releases, including new features, bug fixes, and improvements. It provides a comprehensive overview of the changes made in these releases, helping users understand the updates and enhancements. Each entry links to related work items. This change adds the entries but doesn't provide links to the reference or conceptual documentation. Those links will be added in the future after review and drafting of the required documentation updates.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CHANGELOG.md to document DSC v3.2.0, v3.2.1, and v3.2.2 releases with detailed Added/Fixed notes and associated issue/PR references, plus minor formatting/link reference adjustments to keep the changelog consistent and navigable.
Changes:
- Added new changelog sections for
v3.2.0,v3.2.1, andv3.2.2, including release/compare links and “Related work items” blocks. - Normalized formatting in the existing
v3.1.1entry (line wrapping and PR list structure). - Expanded the issue/PR reference link definitions at the bottom to support newly referenced work items.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Mikey Lombardi (He/Him) <michael.t.lombardi@gmail.com>
tgauth
reviewed
Jun 17, 2026
| configuration file for an SSH server. | ||
| - `Microsoft.OpenSSH.SSHD/SubsystemList` - Manages multiple entries for the `Subsystem` keyword | ||
| in the configuration file for an SSH server. | ||
| - `Microsoft.OpenSSH.SSHD/Windows` - Manages global settings for an SSH server on Windows. |
Collaborator
There was a problem hiding this comment.
Suggested change
| - `Microsoft.OpenSSH.SSHD/Windows` - Manages global settings for an SSH server on Windows. | |
| - `Microsoft.OpenSSH.SSHD/Windows` - Manages global settings, such as the default shell, for an SSH server on Windows. |
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 change adds entries to the changelog for the 3.2.0, 3.2.1, and 3.2.2 releases, including new features, bug fixes, and improvements.
It provides a comprehensive overview of the changes made in these releases, helping users understand the updates and enhancements. Each entry links to related work items.
This change adds the entries but doesn't provide links to the reference or conceptual documentation. Those links will be added in the future after review and drafting of the required documentation updates.
PR Context
Need to update the changelog for the latest releases. This also serves as a sync for reference and conceptual content that needs updating.
For this PR we need technical review - the changelog will iteratively update during the rest of the documentation process but reflects my current understanding of the changes to DSC.