From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 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 d48a0a5599..84ebd2f210 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -31,6 +31,35 @@

This document describes the changes made to the Compiler application.

+
Compiler 5.0.3 + +
Fixed Bugs and Malfunctions + + +

+ Named funs with the same name and arity could get mixed + up with each other.

+

+ Own Id: OTP-12262

+
+ +

+ Coalesce map keys in dialyzer mode

+

+ This fixes a regression introduced in commit + 805f9c89fc01220bc1bb0f27e1b68fd4eca688ba The problem + occurred with compounded map keys compiled with dialyzer + option turned on, '+dialyzer'.

+

+ Reported by: Ivan Uemlianin

+

+ Own Id: OTP-12347

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