You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Changelog.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,25 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
7
-
## <aname="4.2.3" />[4.2.3] - 2026-05-XX
7
+
## <aname="4.2.3" />[4.2.3] - 2026-05-14
8
8
9
-
See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.1...v4.2.2)
9
+
See full log [of v4.2.2...v4.2.3](https://github.com/microsoft/testfx/compare/v4.2.2...v4.2.3)
10
10
11
11
### Fixed
12
12
13
13
* Fix log accumulation across DynamicData test invocations by @Evangelink in [#7925](https://github.com/microsoft/testfx/pull/7925)
14
+
* Fix async TestInitialize/TestCleanup causing COMException in WinUI UITestMethod by @Copilot in [#8119](https://github.com/microsoft/testfx/pull/8119)
0 commit comments