AMLSim
/
jars
/junit5-r5.10.2
/documentation
/src
/docs
/asciidoc
/release-notes
/release-notes-TEMPLATE.adoc
// 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. | |
// | |
== 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. | |
=== JUnit Platform | |
==== Bug Fixes | |
* β | |
==== Deprecations and Breaking Changes | |
* β | |
==== New Features and Improvements | |
* β | |
=== 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 | |
* β | |