File size: 1,642 Bytes
2795186
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
// TODO:
//
// 1) Make a copy of this template file, replacing TEMPLATE in the file name with the
//    current version (for example, 5.10.0-M1, 5.10.0-RC1, 5.10.0).
// 2) Open the new file for editing.
// 3) Replace all occurrences of VERSION with the current version (for example, 5.10.0-M1,
//    5.10.0-RC1, 5.10.0). The same version must be used in the file name and within the
//    file.
// 4) Replace MILESTONE_NUMBER with the appropriate milestone number. This is an integer
//    which you can determine via https://github.com/junit-team/junit5/milestones/. If a
//    GitHub milestone does not yet exist for the given VERSION, you will need to create
//    a new GitHub milestone or ask a member of the JUnit team to create it for you.
// 5) 'include:' this new file in index.adoc.
// 6) Delete this entire comment block.
//
[[release-notes-VERSION]]
== VERSION

*Date of Release:* ❓

*Scope:* ❓

For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/MILESTONE_NUMBER?closed=1+[VERSION] milestone page in the
JUnit repository on GitHub.


[[release-notes-VERSION-junit-platform]]
=== JUnit Platform

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* ❓


[[release-notes-VERSION-junit-jupiter]]
=== JUnit Jupiter

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* ❓


= [[release-notes-VERSION-junit-vintage]]
=== JUnit Vintage

==== Bug Fixes

* ❓

==== Deprecations and Breaking Changes

* ❓

==== New Features and Improvements

* ❓