docs: add missing changelog entries for #9542, #9545, #9549, #9581#9613
Conversation
There was a problem hiding this comment.
Pull request overview
This PR backfills four missing changelog entries for user-visible changes that were merged since the last changelog update, closing tracking issue #9600. It is a documentation-only change with no functional impact.
Changes:
- Adds three entries to
docs/Changelog-Platform.md(2.3.0 UNRELEASED — Added) for the Azure DevOps report toggles (#9542), errored-assembly recap (#9545), and server-initiated session cancellation (#9549). - Adds one entry to
docs/Changelog.md(4.3.0 UNRELEASED — Fixed) for theCloneWithUpdatedSourcemutation fix (#9581). - All entries follow the established format, ordering, attribution (
@Evangelink), and section placement conventions.
Show a summary per file
| File | Description |
|---|---|
| docs/Changelog-Platform.md | Adds three "Added" entries (#9542, #9545, #9549) for MTP platform features merged since the last update |
| docs/Changelog.md | Adds one "Fixed" entry (#9581) for the MSTest CloneWithUpdatedSource clone-mutation bug fix |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Medium
There was a problem hiding this comment.
Note
🤖 Automated review by GitHub Copilot. Posted via a maintainer's GitHub token, so it appears under their account — the account owner did not write or approve this content personally. Generated by the Expert Code Review workflow. To request a follow-up action, reply by tagging @copilot directly.
✅ 22/22 dimensions clean — no findings.
Scope: Documentation-only PR (2 changelog files). All 22 code-oriented review dimensions are N/A.
Verification performed:
- All four referenced PRs (#9542, #9545, #9549, #9581) are confirmed merged to
mainwith matching titles and authors. - Entries are placed in the correct changelog sections (
Addedfor new features/options,Fixedfor the bug fix). - #9542/#9545/#9549 are platform changes →
Changelog-Platform.md✓ - #9581 is an adapter/TestMethod fix →
Changelog.md✓ - PR cross-references the tracking issue (#9600) via
Fixes #9600✓
Adds missing changelog entries for user-visible changes merged since the last update. Fixes #9600.
docs/Changelog-Platform.md(2.3.0 UNRELEASED — Added)#9542— Add--report-azdo-groups <on|off>and--report-azdo-annotations <on|off>toggles to Azure DevOps report extension#9545— Re-print errored assemblies in dotnet test end-of-run recap#9549— Add server-initiated session cancellation to the dotnet test IPC protocoldocs/Changelog.md(4.3.0 UNRELEASED — Fixed)#9581— FixCloneWithUpdatedSourcemutatingthisinstead of the clone