aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2016-09-20 09:36:54 +0200
committerErlang/OTP <[email protected]>2016-09-20 09:36:54 +0200
commit37e14c395a0d3621d65552b3954856d1cbeaed9a (patch)
treece1b6b7df4e18a95df3247458a05ed583796635e /lib/eunit
parent996a0630f2d20557c2f981106a4c316ac6a360ff (diff)
downloadotp-37e14c395a0d3621d65552b3954856d1cbeaed9a.tar.gz
otp-37e14c395a0d3621d65552b3954856d1cbeaed9a.tar.bz2
otp-37e14c395a0d3621d65552b3954856d1cbeaed9a.zip
Prepare release
Diffstat (limited to 'lib/eunit')
-rw-r--r--lib/eunit/doc/src/notes.xml17
-rw-r--r--lib/eunit/vsn.mk2
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml
index 88602e8222..6ae3c04bc8 100644
--- a/lib/eunit/doc/src/notes.xml
+++ b/lib/eunit/doc/src/notes.xml
@@ -33,6 +33,23 @@
</header>
<p>This document describes the changes made to the EUnit application.</p>
+<section><title>Eunit 2.3.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ When asserts were moved out to a separate header file,
+ the automatic enabling of asserts when testing is enabled
+ stopped working.</p>
+ <p>
+ Own Id: OTP-13892</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Eunit 2.3</title>
<section><title>Improvements and New Features</title>
diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk
index b551ee6eb6..83d826f8b6 100644
--- a/lib/eunit/vsn.mk
+++ b/lib/eunit/vsn.mk
@@ -1 +1 @@
-EUNIT_VSN = 2.3
+EUNIT_VSN = 2.3.1