From 47198f179ab14cf8cfcdab0d976650cd1519b236 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 8 Dec 2017 10:57:50 +0100 Subject: Update release notes --- lib/stdlib/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'lib/stdlib/doc/src') diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index d396f1de8f..b61e5b9b9e 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,49 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.4.3 + +
Fixed Bugs and Malfunctions + + +

Make ets:i/1 exit cleaner when ^D is input + while browsing a table. Only the old Erlang shell is + affected (erl(1) flag -oldshell).

+

+ Own Id: OTP-14663

+
+ +

+ Fixed handling of windows UNC paths in module + filename.

+

+ Own Id: OTP-14693

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

+ Improve performance of the new string functionality when + handling ASCII characters.

+

+ Own Id: OTP-14670

+
+ +

+ Added a clarification to the documentation of + unicode:characters_to_list/2.

+

+ Own Id: OTP-14798

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