aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2017-09-26 12:33:40 +0200
committerHenrik Nord <[email protected]>2017-09-26 12:33:40 +0200
commit25587f05f5d80f9cfa25df953b3ce7f53c70d31a (patch)
treedfe3cb303402f0ebf8107ff77a764ab9286f67d9 /lib/eunit
parent3c23f2c6335d8586aca1efb9da6d20f00a8840fd (diff)
parent02fd746c40e829adbe77cc526c7df904698e2534 (diff)
downloadotp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.gz
otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.tar.bz2
otp-25587f05f5d80f9cfa25df953b3ce7f53c70d31a.zip
Merge branch 'maint'
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 2a4ca6d12c..7133befe37 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.3.4</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Tools are updated to show Unicode atoms correctly.</p>
+ <p>
+ Own Id: OTP-14464</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Eunit 2.3.3</title>
<section><title>Fixed Bugs and Malfunctions</title>
diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk
index 107ad5c101..25bb0dec17 100644
--- a/lib/eunit/vsn.mk
+++ b/lib/eunit/vsn.mk
@@ -1 +1 @@
-EUNIT_VSN = 2.3.3
+EUNIT_VSN = 2.3.4