File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
documentation/src/docs/asciidoc/release-notes Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ JUnit repository on GitHub.
20
20
exception messages) in the legacy XML report generated by the Console Launcher. This
21
21
change ensures the resulting XML files can be processed by downstream tools while
22
22
preserving whitespace characters.
23
+ * Enable auto-flushing of output in the `ConsoleLauncher` to fix issues with buffering,
24
+ in particular when using the `--details=testfeed` option.
23
25
24
26
[[release-notes-5.11.4-junit-platform-deprecations-and-breaking-changes]]
25
27
==== Deprecations and Breaking Changes
Original file line number Diff line number Diff line change @@ -16,8 +16,7 @@ JUnit repository on GitHub.
16
16
[[release-notes-5.12.0-M1-junit-platform-bug-fixes]]
17
17
==== Bug Fixes
18
18
19
- * Enable auto-flushing of output in the `ConsoleLauncher` to fix issues with buffering,
20
- in particular when using the `--details=testfeed` option.
19
+ * ❓
21
20
22
21
[[release-notes-5.12.0-M1-junit-platform-deprecations-and-breaking-changes]]
23
22
==== Deprecations and Breaking Changes
You can’t perform that action at this time.
0 commit comments