diff options
author | Erlang/OTP <[email protected]> | 2013-12-09 20:12:33 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-12-09 20:12:33 +0100 |
commit | 25237481ccccd3ddfa74582dc267632ad618ba30 (patch) | |
tree | 5a70ff65dd58d7315971476921837f3e43a572f6 /lib/eunit/doc | |
parent | ba05ec6dcbf26df15351eae0dc2055c9628b9706 (diff) | |
download | otp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.gz otp-25237481ccccd3ddfa74582dc267632ad618ba30.tar.bz2 otp-25237481ccccd3ddfa74582dc267632ad618ba30.zip |
Prepare releaseOTP_R16B03
Diffstat (limited to 'lib/eunit/doc')
-rw-r--r-- | lib/eunit/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml index 1fa5993ac6..941ff6e84c 100644 --- a/lib/eunit/doc/src/notes.xml +++ b/lib/eunit/doc/src/notes.xml @@ -32,6 +32,35 @@ </header> <p>This document describes the changes made to the EUnit application.</p> +<section><title>Eunit 2.2.6</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix I/O-protocol error handling in eunit. Thanks to Yuki + Ito.</p> + <p> + Own Id: OTP-11373</p> + </item> + <item> + <p> + Do not attempt to detect lists of printable characters in + format. Thanks to Roberto Aloi.</p> + <p> + Own Id: OTP-11467</p> + </item> + <item> + <p> + Fix silent make rule (Thanks to Anthony Ramine )</p> + <p> + Own Id: OTP-11516</p> + </item> + </list> + </section> + +</section> + <section><title>Eunit 2.2.5</title> <section><title>Improvements and New Features</title> |