From a2ca3bd78fc002dd1e6533c191e44092cc3aa949 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 10 Dec 2018 11:07:05 +0100 Subject: Prepare release --- lib/stdlib/doc/src/notes.xml | 79 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 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 039f087708..7ba19a98ea 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,85 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.7 + +
Fixed Bugs and Malfunctions + + +

+ Document bit_size in match specifications and + allow it in ets:fun2ms.

+

+ Own Id: OTP-15343 Aux Id: PR-1962

+
+ +

The beam() type in beam_lib is defined + as module() | file:filename() | binary(). The + module() is misleading. Giving the module name as + an atom will only work if the BEAM file is in a current + directory.

+

To avoid confusion, module() has been removed + from the type. That means that there will be a Dialyzer + warning for code that call beam_lib with an atom + as filename, but the calls will still work.

+

+ Own Id: OTP-15378 Aux Id: ERL-696

+
+ +

+ unicode_util crashed on certain emoji grapheme + clusters in binary strings.

+

+ Own Id: OTP-15428 Aux Id: ERL-777

+
+ +

When an external fun was used, warnings for unused + variables could be suppressed.

+

+ Own Id: OTP-15437 Aux Id: ERL-762

+
+ +

+ Fix reduction count in lists:member/2

+

+ Own Id: OTP-15474 Aux Id: ERIERL-229

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

When specified, the +{source,Name} option will + now override the actual file name in stack traces, + instead of only affecting the return value of + Mod:module_info().

+

The +deterministic flag will also affect stack + traces now, omitting all path information except the file + name, fixing a long-standing issue where deterministic + builds required deterministic paths.

+

+ Own Id: OTP-15245 Aux Id: ERL-706

+
+ +

List subtraction (The -- operator) will now + yield properly on large inputs.

+

+ Own Id: OTP-15371

+
+ +

+ calendar:system_time_to_rfc3339/1,2 no longer + remove trailing zeros from fractions.

+

+ Own Id: OTP-15464

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