From 0f8afe80c6582f7affd17f36dc9cb48cc7946713 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2016 10:46:23 +0100 Subject: Prepare release --- lib/compiler/doc/src/notes.xml | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'lib/compiler/doc/src') diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 3c06e4f98e..8ed71db54a 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,55 @@

This document describes the changes made to the Compiler application.

+
Compiler 6.0.3 + +
Fixed Bugs and Malfunctions + + +

+ An complicated guard expression in a function call could + crash the compiler. (Thanks to Thomas Arts for reporting + this bug.)

+

+ Own Id: OTP-13208

+
+ +

Constructing a map in a guard in a catch could crash + the compiler. (Thanks to Thomas Arts for reporting this + bug.)

+

+ Own Id: OTP-13223

+
+ +

Updating a fun as if it were a map would cause the + compiler to crash. (Thanks to Thomas Arts for reporting + this bug.)

+

+ Own Id: OTP-13231

+
+ +

+ Fix pretty printing of Core Maps

+

+ Literal maps could cause Dialyzer to crash when pretty + printing the results.

+

+ Own Id: OTP-13238

+
+ +

+ A complex combination of bit syntax matching operations + would cause an internal consistency check failure during + compilation. (Thanks to Jose Valim for reporting this + bug.)

+

+ Own Id: OTP-13309

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