diff options
author | Erlang/OTP <[email protected]> | 2017-11-15 14:40:25 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-11-15 14:40:25 +0100 |
commit | 07a38dac41aec3c5b96f7b3df71a761f10ae3e0a (patch) | |
tree | afc45ce663dd927036e7fa9ecf9757472d3aa9b1 /lib/compiler/doc/src/notes.xml | |
parent | abff32568f62afd604e08fcd8333673271e9ec2f (diff) | |
download | otp-07a38dac41aec3c5b96f7b3df71a761f10ae3e0a.tar.gz otp-07a38dac41aec3c5b96f7b3df71a761f10ae3e0a.tar.bz2 otp-07a38dac41aec3c5b96f7b3df71a761f10ae3e0a.zip |
Prepare release
Diffstat (limited to 'lib/compiler/doc/src/notes.xml')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 8ed71db54a..de39b019de 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 6.0.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fail labels on guard BIFs weren't taken into account + during an optimization pass, and a bug in the validation + pass sometimes prevented this from being noticed when a + fault occurred.</p> + <p> + Own Id: OTP-14522 Aux Id: ERIERL-48 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 6.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> |