aboutsummaryrefslogtreecommitdiffstats
path: root/lib/eunit/doc/src/notes.xml
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2012-09-04 10:11:39 +0200
committerBjörn-Egil Dahlberg <[email protected]>2012-09-04 10:11:39 +0200
commit0dca4bcf9eb70a567c617ebc1b2da15057ad3806 (patch)
tree9b07bc16a39ffaaa992a32d419b6a4e53ad6f7e6 /lib/eunit/doc/src/notes.xml
parent94fa6d2fcf729d3df37a4e8dc4e369bf444ea55a (diff)
parent952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 (diff)
downloadotp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.tar.gz
otp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.tar.bz2
otp-0dca4bcf9eb70a567c617ebc1b2da15057ad3806.zip
Merge tag 'OTP_R15B02'
The R15B02 release
Diffstat (limited to 'lib/eunit/doc/src/notes.xml')
-rw-r--r--lib/eunit/doc/src/notes.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/eunit/doc/src/notes.xml b/lib/eunit/doc/src/notes.xml
index 34e8a47e3d..814580e228 100644
--- a/lib/eunit/doc/src/notes.xml
+++ b/lib/eunit/doc/src/notes.xml
@@ -32,6 +32,38 @@
</header>
<p>This document describes the changes made to the EUnit application.</p>
+<section><title>Eunit 2.2.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ New option 'no_tty' to silent the default tty report.</p>
+ <p>
+ Recognize the new stacktrace format introduced in R15,
+ adding location information. (Thanks to Klas Johansson.)</p>
+ <p>
+ Improve layout of error messages, printing the stack
+ trace before the error term.</p>
+ <p>
+ Heuristically detect and report bad return values from
+ generators and instantiators. E.g., "ok" will not be
+ interpreted as a module name, and a warning will be
+ printed.</p>
+ <p>
+ New test representation {test,M,F} for completeness along
+ with {generator,M,F}. Tuples {M,F} are deprecated.</p>
+ <p>
+ Use UTF-8 as encoding in Surefire output files. (Thanks
+ to Lukas Larsson.)</p>
+ <p>
+ Own Id: OTP-10173</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Eunit 2.2.2</title>
<section><title>Improvements and New Features</title>