From 950d808c97a4c5b579f4f1cc16b95f2d419d3505 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 15 Sep 2014 12:02:14 +0200 Subject: Update release notes --- lib/stdlib/doc/src/notes.xml | 73 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'lib/stdlib/doc/src/notes.xml') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 5e74616099..ebc750a399 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,79 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 2.2 + +
Fixed Bugs and Malfunctions + + +

+ The type spec of the FormFunc argument to + sys:handle_debug/4 was erroneously pointing to dbg_fun(). + This is now corrected and the new type is format_fun().

+

+ Own Id: OTP-11800

+
+ +

+ Behaviors such as gen_fsm and gen_server should always + invoke format_status/2 before printing the state to the + logs.

+

+ Own Id: OTP-11967

+
+ +

The documentation of dets:insert_new/2 has + been corrected. (Thanks to Alexei Sholik for reporting + the bug.)

+

+ Own Id: OTP-12024

+
+ +

+ Printing a term with io_lib:format and control sequence + w, precision P and field width F, where F< P would + fail in one of the two following ways:

+

+ 1) If P < printed length of the term, an infinite loop + would be entered, consuming all available memory.

+

+ 2) If P >= printed length of the term, an exception + would be raised.

+

+ These two problems are now corrected.

+

+ Own Id: OTP-12041

+
+ +

+ The documentation of maps:values/1 has been + corrected.

+

+ Own Id: OTP-12055

+
+ +

+ Expand shell functions in map expressions.

+

+ Own Id: OTP-12063

+
+
+
+ + +
Improvements and New Features + + +

+ Add maps:with/2

+

+ Own Id: OTP-12137

+
+
+
+ +
+
STDLIB 2.1.1
Fixed Bugs and Malfunctions -- cgit v1.2.3