(DOCS) Update changelog for 3.2.* releases - #1578
Open
michaeltlombardi wants to merge 4 commits into
Open
Conversation
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.
tgauth
reviewed
Jun 17, 2026
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.
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>
Co-authored-by: Tess Gauthier <tgauth@bu.edu>
michaeltlombardi
force-pushed
the
docs/main/update-changelog
branch
from
July 30, 2026 15:26
db1f6b4 to
4106ed9
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
CHANGELOG.md:162
- The MCP tool list for
dsc mcpdoesn’t match the tool names exposed by the server in this repo (e.g.,list_dsc_resource/list_adapted_resourcesdon’t exist; the server exposeslist_dsc_resources,list_dsc_functions,show_dsc_schema, etc.). Also, the protocol name is typically written asJSON-RPC(hyphenated). Updating this list avoids publishing incorrect tool names in the 3.2.0 changelog entry.
- Added the `dsc mcp` command to start DSC in server mode. In this mode, DSC acts as a JSON RPC
server. For this release, the server primarily enables use as a Model Context Protocol (MCP)
provider. The server supports the following functions (tools in MCP):
- `list_resources`
CHANGELOG.md:1742
- The issue/PR reference link list appears to be kept in numeric order, but the newly added
[#50]and[#57]entries are currently out-of-order, which makes the reference section harder to scan/maintain. Consider reordering these entries numerically with the surrounding links.
[#496]: https://github.com/PowerShell/DSC/issues/496
[#50]: https://github.com/PowerShell/DSC/issues/50
[#515]: https://github.com/PowerShell/DSC/issues/515
[#543]: https://github.com/PowerShell/DSC/issues/543
[#566]: https://github.com/PowerShell/DSC/issues/566
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.