From 37e14c395a0d3621d65552b3954856d1cbeaed9a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 20 Sep 2016 09:36:54 +0200 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index dd6b132a92..6aaf16e9a5 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,43 @@

This document describes the changes made to the Compiler application.

+
Compiler 7.0.2 + +
Fixed Bugs and Malfunctions + + +

+ If the compiler fails to write the BEAM file, it will now + report the reason of the error for the write operation.

+

+ Own Id: OTP-13701

+
+ +

+ Fixed an internal compiler error. (Thanks to Svilen + Ivanov for reporting this bug.)

+

+ Own Id: OTP-13780 Aux Id: ERL-202

+
+ +

+ The compiler could crash when trying to compile a + complicated expression with multiple catches all on one + line . (Thanks to Thomas Arts for reporting this bug.)

+

+ Own Id: OTP-13804 Aux Id: ERL-209

+
+ +

+ Eliminated a few internal compiler failures.

+

+ Own Id: OTP-13863

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