diff options
author | Erlang/OTP <[email protected]> | 2018-11-15 12:26:12 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-11-15 12:26:12 +0100 |
commit | e3c71d353e884316420eebea2d7ef802c651437b (patch) | |
tree | efe37caa4b3c66ba55013479f98126e506e86363 /lib/compiler/doc | |
parent | 92284abe84b27adfd1eb34ae75237351b9fc3a64 (diff) | |
download | otp-e3c71d353e884316420eebea2d7ef802c651437b.tar.gz otp-e3c71d353e884316420eebea2d7ef802c651437b.tar.bz2 otp-e3c71d353e884316420eebea2d7ef802c651437b.zip |
Prepare release
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index 5024310788..e0e5bc832b 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,21 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.2.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a bug where incorrect code was generated + following a binary match guard.</p> + <p> + Own Id: OTP-15353 Aux Id: ERL-753 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.2.6</title> <section><title>Fixed Bugs and Malfunctions</title> |