From 058df96c6b34d189cd5e456665f3fe2bc33d9e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Mon, 13 Jul 2026 13:13:16 +0200 Subject: [PATCH] docs: add missing 4.4.0 changelog entry for #9755 MSTest.TestAdapter dropped its VSTestBridge dependency and now references TrxReport.Abstractions, Telemetry, and TestPlatform.ObjectModel directly. This user-visible dependency-graph change was flagged as missing from the changelog by the adhoc-qa reports (#9612, #9842, #9872, #9876). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 62664024-cea2-4e5f-a92f-cc766cf1fd7b --- docs/Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Changelog.md b/docs/Changelog.md index 548b5461e1..f3d82aebf0 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,6 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) See full log [of v4.3.0...v4.4.0](https://github.com/microsoft/testfx/compare/v4.3.0...v4.4.0) +### Changed + +* Make MSTest's Microsoft.Testing.Platform path native-only: `MSTest.TestAdapter` no longer depends on `Microsoft.Testing.Extensions.VSTestBridge` and now references `Microsoft.Testing.Extensions.TrxReport.Abstractions`, `Microsoft.Testing.Extensions.Telemetry`, and `Microsoft.TestPlatform.ObjectModel` directly by @Evangelink in [#9755](https://github.com/microsoft/testfx/pull/9755) + ### Fixed * Fix `CloneWithUpdatedSource` mutating `this` instead of the clone by @Evangelink in [#9581](https://github.com/microsoft/testfx/pull/9581)