aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-12-15 09:45:27 +0100
committerErlang/OTP <[email protected]>2015-12-15 09:45:27 +0100
commitf4a0ae1736216feac5ae053610644bba2e12ed34 (patch)
tree312fb3dcbbc8fde8518b04abfacd1cb1fc5b8605 /lib/compiler/doc/src/notes.xml
parent4586435cd4ca0d3ad3aedd60f462aed8da589460 (diff)
downloadotp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.gz
otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.bz2
otp-f4a0ae1736216feac5ae053610644bba2e12ed34.zip
Update release notes
Diffstat (limited to 'lib/compiler/doc/src/notes.xml')
-rw-r--r--lib/compiler/doc/src/notes.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml
index daf3bd3af9..3c06e4f98e 100644
--- a/lib/compiler/doc/src/notes.xml
+++ b/lib/compiler/doc/src/notes.xml
@@ -32,6 +32,29 @@
<p>This document describes the changes made to the Compiler
application.</p>
+<section><title>Compiler 6.0.2</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix cerl_trees:label/2 bug with map K/V swap</p>
+ <p>
+ Own Id: OTP-13091</p>
+ </item>
+ <item>
+ <p>
+ Warnings produced when the '<c>bin_opt_info</c>' option
+ was given could sometimes lack filenames and line
+ numbers. (Thanks to José Valim for reporting this bug.)</p>
+ <p>
+ Own Id: OTP-13113</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Compiler 6.0.1</title>
<section><title>Fixed Bugs and Malfunctions</title>