File tree 1 file changed +6
-29
lines changed
documentation/src/docs/asciidoc/release-notes
1 file changed +6
-29
lines changed Original file line number Diff line number Diff line change 1
1
[[release-notes-5.6.1]]
2
2
== 5.6.1
3
3
4
- *Date of Release:* ❓
4
+ *Date of Release:* March 22, 2020
5
5
6
6
*Scope:* Bug fixes since 5.6.0
7
7
@@ -15,15 +15,10 @@ on GitHub.
15
15
16
16
==== Bug Fixes
17
17
18
- * ❓
19
-
20
- ==== Deprecations and Breaking Changes
21
-
22
- * ❓
23
-
24
- ==== New Features and Improvements
25
-
26
- * ❓
18
+ * Don't cache URL when loading `junit-platform.properties` contents to avoid file locking
19
+ issues on Windows
20
+ * Only warn about multiple `junit-platform.properties` on the classpath if they have
21
+ different URLs
27
22
28
23
29
24
[[release-notes-5.6.1-junit-jupiter]]
@@ -34,26 +29,8 @@ on GitHub.
34
29
* `TestInstancePreDestroyCallback` extensions are now invoked in reverse registration
35
30
order when `PER_CLASS` test instance lifecycle semantics have been configured.
36
31
37
- ==== Deprecations and Breaking Changes
38
-
39
- * ❓
40
-
41
- ==== New Features and Improvements
42
-
43
- * ❓
44
-
45
32
46
33
[[release-notes-5.6.1-junit-vintage]]
47
34
=== JUnit Vintage
48
35
49
- ==== Bug Fixes
50
-
51
- * ❓
52
-
53
- ==== Deprecations and Breaking Changes
54
-
55
- * ❓
56
-
57
- ==== New Features and Improvements
58
-
59
- * ❓
36
+ No changes.
You can’t perform that action at this time.
0 commit comments