Skip to content

Commit ce6ce3a

Browse files
committed
Draft 4.13.1 release notes
1 parent c29dd82 commit ce6ce3a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/ReleaseNotes4.13.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Summary of changes in version 4.13.1
2+
3+
# Test Runners
4+
5+
### [Pull request #1669:](https://github.com/junit-team/junit/pull/1669) Make `FrameworkField` constructor public
6+
7+
Prior to this change, custom runners could make `FrameworkMethod` instances, but not `FrameworkField` instances. This small change allows for both now, because `FrameworkField`'s constructor has been promoted from package-private to public.

src/site/xdoc/index.xml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<li><a href="https://github.com/junit-team/junit4/wiki/Getting-started">Getting started</a></li>
8888
<li>Release Notes
8989
<ul>
90+
<li><a href="https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.1.md">4.13.1</a></li>
9091
<li><a href="https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.md">4.13</a></li>
9192
<li><a href="https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.12.md">4.12</a></li>
9293
<li><a href="https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.11.md">4.11</a></li>

0 commit comments

Comments
 (0)