aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-09-21 17:09:23 +0200
committerErlang/OTP <[email protected]>2015-09-21 17:09:23 +0200
commit6738d356a279835222b951fd213ed4cf9897eb7e (patch)
treec39c9d8a149d987b190897c03c0f3a6541fb375b /lib/eunit
parentc4a35d1b3a5fb7f76fb50861e52be72aeafc389d (diff)
downloadotp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.gz
otp-6738d356a279835222b951fd213ed4cf9897eb7e.tar.bz2
otp-6738d356a279835222b951fd213ed4cf9897eb7e.zip
Prepare release
Diffstat (limited to 'lib/eunit')
-rw-r--r--lib/eunit/doc/src/notes.xml15
-rw-r--r--lib/eunit/vsn.mk2
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml
index d4ffb30967..3760e396ee 100644
--- a/lib/eunit/doc/src/notes.xml
+++ b/lib/eunit/doc/src/notes.xml
@@ -33,6 +33,21 @@
</header>
<p>This document describes the changes made to the EUnit application.</p>
+<section><title>Eunit 2.2.11</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Improve success message when 2 tests have passed</p>
+ <p>
+ Own Id: OTP-12952</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Eunit 2.2.10</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk
index 8b489bdc04..079520def2 100644
--- a/lib/eunit/vsn.mk
+++ b/lib/eunit/vsn.mk
@@ -1 +1 @@
-EUNIT_VSN = 2.2.10
+EUNIT_VSN = 2.2.11