From af2073640c4b7c67c9b978ebc203d57ac43e96dc Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 22 Sep 2017 15:21:49 +0200 Subject: Update release notes --- lib/stdlib/doc/src/notes.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 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 604d758db3..d396f1de8f 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,56 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.4.2 + +
Fixed Bugs and Malfunctions + + +

Fix a bug in the Erlang shell where recursively + defined records with typed fields could cause a loop. +

+

+ Own Id: OTP-14488 Aux Id: PR-1489

+
+ +

+ Make edlin handle grapheme clusters instead of codepoints + to improve the handling multi-codepoints characters.

+

+ Own Id: OTP-14542

+
+ +

There could be false warnings for + erlang:get_stacktrace/0 being used outside of a + try block when using multiple catch + clauses.

+

+ Own Id: OTP-14600 Aux Id: ERL-478

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

The Erlang code linter no longer checks that the + functions mentioned in nowarn_deprecated_function + options are declared in the module.

+

+ Own Id: OTP-14378

+
+ +

+ General Unicode improvements.

+

+ Own Id: OTP-14462

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