From ce6ce3aadc070db2902698fe0d3dc6729cd631f2 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Sun, 11 Oct 2020 17:14:28 +0200 Subject: [PATCH] Draft 4.13.1 release notes --- doc/ReleaseNotes4.13.1.md | 7 +++++++ src/site/xdoc/index.xml | 1 + 2 files changed, 8 insertions(+) create mode 100644 doc/ReleaseNotes4.13.1.md diff --git a/doc/ReleaseNotes4.13.1.md b/doc/ReleaseNotes4.13.1.md new file mode 100644 index 000000000000..ab44490622c6 --- /dev/null +++ b/doc/ReleaseNotes4.13.1.md @@ -0,0 +1,7 @@ +## Summary of changes in version 4.13.1 + +# Test Runners + +### [Pull request #1669:](https://github.com/junit-team/junit/pull/1669) Make `FrameworkField` constructor public + +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. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 9a729c2811dc..6cd91b2d1f45 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -87,6 +87,7 @@
  • Getting started
  • Release Notes