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: documentation/src/docs/asciidoc/release-notes/release-notes-5.11.0-M2.adoc
+11-29Lines changed: 11 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
[[release-notes-5.11.0-M2]]
2
2
== 5.11.0-M2
3
3
4
-
*Date of Release:* ❓
4
+
*Date of Release:* May 17, 2024
5
5
6
-
*Scope:* ❓
6
+
*Scope:*
7
+
8
+
* Repeatable `@..Source` annotations
9
+
* Extensible syntax for specifying discovery selectors
10
+
* Console Launcher `--version` option
11
+
* Improvements to `NamespacedHierarchicalStore`
12
+
* Bug fixes
7
13
8
14
For a complete list of all _closed_ issues and pull requests for this release, consult the
9
15
link:{junit5-repo}+/milestone/74?closed=1+[5.11.0-M2] milestone page in the JUnit
@@ -27,12 +33,6 @@ repository on GitHub.
27
33
==== Bug Fixes
28
34
29
35
* Fixed a bug where `TestIdentifier` could cause a `NullPointerException` on deserialize when there is no parent identifier. See link:https://github.com/junit-team/junit5/issues/3819[issue 3819].
0 commit comments