diff options
author | Erlang/OTP <otp@erlang.org> | 2021-05-10 16:06:07 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2021-05-10 16:06:07 +0200 |
commit | e79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d (patch) | |
tree | 88a408d6bf5011253069ea39b75a5c15868b5716 /lib/eunit | |
parent | f238fdbd379882af30445453afd163a09d242e44 (diff) | |
download | erlang-e79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d.tar.gz |
Prepare release
Diffstat (limited to 'lib/eunit')
-rw-r--r-- | lib/eunit/doc/src/notes.xml | 18 | ||||
-rw-r--r-- | lib/eunit/vsn.mk | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml index df7c3e2ff4..85cdd45638 100644 --- a/lib/eunit/doc/src/notes.xml +++ b/lib/eunit/doc/src/notes.xml @@ -33,6 +33,24 @@ </header> <p>This document describes the changes made to the EUnit application.</p> +<section><title>Eunit 2.6.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The <seeerl + marker="eunit_surefire"><c>eunit_surefire</c></seeerl> + report handler has been updated to automatically create + the directories needed to store the surefire xml file.</p> + <p> + Own Id: OTP-17300 Aux Id: PR-4695 </p> + </item> + </list> + </section> + +</section> + <section><title>Eunit 2.6</title> <section><title>Improvements and New Features</title> diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk index 09fd053afc..caaf3983e1 100644 --- a/lib/eunit/vsn.mk +++ b/lib/eunit/vsn.mk @@ -1 +1 @@ -EUNIT_VSN = 2.6 +EUNIT_VSN = 2.6.1 |