From 6e3a43f52183e236f6a0ab7c64b2dcc40c6582ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Wed, 17 Jun 2026 09:36:25 +0200 Subject: [PATCH 1/2] docs: add missing changelog entries for #9147, #9148, #9176, #9177 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Four features merged on 2026-06-16 after the changelog draft (#9175) were not included: - Assert.AddValueFormatter (#9148) — MSTest 4.3.0 - Assert.HasCount Span/Memory overloads + MSTEST0037 (#9176) — MSTest 4.3.0 - Azure DevOps per-assembly log groups (#9177) — MTP 2.3.0 - Silence-driven progress heartbeat for SimpleAnsi/NoAnsi (#9147) — MTP 2.3.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/Changelog-Platform.md | 2 ++ docs/Changelog.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md index 4a216edf32..8cafd9bb20 100644 --- a/docs/Changelog-Platform.md +++ b/docs/Changelog-Platform.md @@ -32,6 +32,8 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4 * Add Microsoft.Testing.Extensions.JUnitReport extension by @Evangelink in [#8850](https://github.com/microsoft/testfx/pull/8850) * Add Microsoft.Testing.Extensions.CtrfReport extension (CTRF reporter) by @Evangelink in [#8903](https://github.com/microsoft/testfx/pull/8903) * Add --progress {auto|on|off} and deprecate --no-progress in MTP terminal reporter by @Evangelink in [#9145](https://github.com/microsoft/testfx/pull/9145) +* Add Azure DevOps per-assembly log groups by @Evangelink in [#9177](https://github.com/microsoft/testfx/pull/9177) +* Add silence-driven progress heartbeat for SimpleAnsi/NoAnsi output modes by @Evangelink in [#9147](https://github.com/microsoft/testfx/pull/9147) ### Fixed diff --git a/docs/Changelog.md b/docs/Changelog.md index 56987ab8c9..29495a314f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -31,6 +31,8 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4 * \[MSTest.Sdk] Wire Microsoft.Testing.Extensions.JUnitReport into MSTest.Sdk (opt-in) by @Evangelink in [#8956](https://github.com/microsoft/testfx/pull/8956) * Add \[MemberCondition] attribute for static-member-based test conditions by @Evangelink in [#9071](https://github.com/microsoft/testfx/pull/9071) * Add MSTEST0070 analyzer validating \[MemberCondition] member references by @Evangelink in [#9076](https://github.com/microsoft/testfx/pull/9076) +* Add Assert.AddValueFormatter for customizing assertion failure rendering by @Evangelink in [#9148](https://github.com/microsoft/testfx/pull/9148) +* Add Span\ and Memory\ overloads to Assert.HasCount and extend MSTEST0037 coverage by @Evangelink in [#9176](https://github.com/microsoft/testfx/pull/9176) ### Fixed From 8f7a4ee29347dc4c7c155e953d9ff3fc59ba2ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Wed, 17 Jun 2026 09:50:53 +0200 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- docs/Changelog-Platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Changelog-Platform.md b/docs/Changelog-Platform.md index 8cafd9bb20..8ec27f4d0d 100644 --- a/docs/Changelog-Platform.md +++ b/docs/Changelog-Platform.md @@ -32,8 +32,8 @@ See full log [of v4.2.3...v4.3.0](https://github.com/microsoft/testfx/compare/v4 * Add Microsoft.Testing.Extensions.JUnitReport extension by @Evangelink in [#8850](https://github.com/microsoft/testfx/pull/8850) * Add Microsoft.Testing.Extensions.CtrfReport extension (CTRF reporter) by @Evangelink in [#8903](https://github.com/microsoft/testfx/pull/8903) * Add --progress {auto|on|off} and deprecate --no-progress in MTP terminal reporter by @Evangelink in [#9145](https://github.com/microsoft/testfx/pull/9145) -* Add Azure DevOps per-assembly log groups by @Evangelink in [#9177](https://github.com/microsoft/testfx/pull/9177) * Add silence-driven progress heartbeat for SimpleAnsi/NoAnsi output modes by @Evangelink in [#9147](https://github.com/microsoft/testfx/pull/9147) +* Add Azure DevOps per-assembly log groups by @Evangelink in [#9177](https://github.com/microsoft/testfx/pull/9177) ### Fixed