diff options
author | Erlang/OTP <[email protected]> | 2017-10-05 16:58:30 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-10-05 16:58:30 +0200 |
commit | f443163b0a58e80e154fa38a5ae36f0bb8b074fd (patch) | |
tree | c33555e6c6a239f7825ee92189583380da2152b6 /lib/compiler/doc/src | |
parent | 7bb7ef2bdd7a07abb8e1ae98b88def0cad168cad (diff) | |
download | otp-f443163b0a58e80e154fa38a5ae36f0bb8b074fd.tar.gz otp-f443163b0a58e80e154fa38a5ae36f0bb8b074fd.tar.bz2 otp-f443163b0a58e80e154fa38a5ae36f0bb8b074fd.zip |
Update release notes
Diffstat (limited to 'lib/compiler/doc/src')
-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 449453bf88..db50cba094 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 7.0.4.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 7.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> |