From 20e26498ff75c4689a68e11e28016ae5fe44d791 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Jul 2019 09:52:19 +0200 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index f0d869381b..209e40c0f5 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,35 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.4.3 + +
Fixed Bugs and Malfunctions + + +

Fixed an unsafe optimization when matching + tuple_size/1 outside of guards, which could crash + the emulator if the argument was not a tuple.

+

+ Own Id: OTP-15945

+
+ +

Fixed a rare bug that could cause the wrong kind of + exception to be thrown when a BIF failed in a function + that matched bitstrings.

+

+ Own Id: OTP-15946

+
+ +

Fixed a bug where receive statements inside try/catch + blocks could return incorrect results.

+

+ Own Id: OTP-15952

+
+
+
+ +
+
Compiler 7.4.2
Fixed Bugs and Malfunctions -- cgit v1.2.3