diff options
author | Erlang/OTP <[email protected]> | 2015-05-12 18:18:55 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-05-12 18:18:55 +0200 |
commit | e09dd66dc4d89c62ddfd8c19791f9678d5d787c6 (patch) | |
tree | 5967d95bbd5daf995246b0f66a4b40fa92c7f415 /lib/eunit | |
parent | 11001c6a93ad6c2d0433cd7d23916d5a72f5eff3 (diff) | |
download | otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.gz otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.tar.bz2 otp-e09dd66dc4d89c62ddfd8c19791f9678d5d787c6.zip |
Prepare release
Diffstat (limited to 'lib/eunit')
-rw-r--r-- | lib/eunit/doc/src/notes.xml | 14 | ||||
-rw-r--r-- | lib/eunit/vsn.mk | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml index 6b76e097b6..3c6daf142e 100644 --- a/lib/eunit/doc/src/notes.xml +++ b/lib/eunit/doc/src/notes.xml @@ -32,6 +32,20 @@ </header> <p>This document describes the changes made to the EUnit application.</p> +<section><title>Eunit 2.2.10</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The <c>eunit</c> application is now unicode safe.</p> + <p> + Own Id: OTP-11660</p> + </item> + </list> + </section> + +</section> + <section><title>Eunit 2.2.9</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/eunit/vsn.mk b/lib/eunit/vsn.mk index dca8b3ece0..8b489bdc04 100644 --- a/lib/eunit/vsn.mk +++ b/lib/eunit/vsn.mk @@ -1 +1 @@ -EUNIT_VSN = 2.2.9 +EUNIT_VSN = 2.2.10 |