From 7c7ba7191a3932e737fa81fd0166df1c637d4b31 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 9 Mar 2018 11:01:07 +0100 Subject: Update release notes --- lib/stdlib/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'lib/stdlib/doc/src') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index b61e5b9b9e..bf6b06859e 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,43 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.4.4 + +
Fixed Bugs and Malfunctions + + +

Correct filelib:find_source() and + filelib:find_file() to by default also search one + level below src. This is in accordance with the + Design Principles which states that an application can + have Erlang source files one level below the src + directory.

+

+ Own Id: OTP-14832 Aux Id: ERL-527

+
+ +

The contract of erl_tar:table/2 is corrected. +

+

+ Own Id: OTP-14860 Aux Id: PR 1670

+
+ +

Correct a few contracts.

+

+ Own Id: OTP-14889

+
+ +

+ Fix string:prefix/2 to handle an empty string as second + argument.

+

+ Own Id: OTP-14942 Aux Id: PR-1702

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