From fb7006280f8d5a45459e1fba066fe6f6131e8e86 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 24 Sep 2018 11:32:41 +0200 Subject: Prepare release --- lib/stdlib/doc/src/notes.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 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 712a474b0b..d800885b16 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,41 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.6 + +
Fixed Bugs and Malfunctions + + +

The specs of filename:basedir/2,3 are + corrected.

+

+ Own Id: OTP-15252 Aux Id: ERL-667

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

Let dets:open_file() exit with a badarg + message if given a raw file name (a binary).

+

+ Own Id: OTP-15253 Aux Id: OTP-13229, ERL-55

+
+ +

The Format argument of the formatting + functions in modules io and io_lib is + accepted even if it is, for example, a list of binaries. + This is how it used to be before Erlang/OTP 21.0.

+

+ Own Id: OTP-15304

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