From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 3 Sep 2012 11:52:49 +0200 Subject: Prepare release --- lib/eunit/doc/src/notes.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'lib/eunit/doc/src/notes.xml') 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 @@

This document describes the changes made to the EUnit application.

+
Eunit 2.2.3 + +
Fixed Bugs and Malfunctions + + +

+ New option 'no_tty' to silent the default tty report.

+

+ Recognize the new stacktrace format introduced in R15, + adding location information. (Thanks to Klas Johansson.)

+

+ Improve layout of error messages, printing the stack + trace before the error term.

+

+ 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.

+

+ New test representation {test,M,F} for completeness along + with {generator,M,F}. Tuples {M,F} are deprecated.

+

+ Use UTF-8 as encoding in Surefire output files. (Thanks + to Lukas Larsson.)

+

+ Own Id: OTP-10173

+
+
+
+ +
+
Eunit 2.2.2
Improvements and New Features -- cgit v1.2.3