diff options
author | John Högberg <[email protected]> | 2018-06-26 07:18:03 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-06-26 07:18:03 +0200 |
commit | 712896f75f88dac86334f4a72fe04e80e9ca56bd (patch) | |
tree | 54ca6905cde4fbd04b85f9356e1cfb08a41fef80 /lib/compiler/doc/src | |
parent | d6285b0a347b9489ce939511ee9a979acd868f71 (diff) | |
parent | a4381a973e2efcd7c1fd1e0f2e9e6619b9b59c67 (diff) | |
download | otp-712896f75f88dac86334f4a72fe04e80e9ca56bd.tar.gz otp-712896f75f88dac86334f4a72fe04e80e9ca56bd.tar.bz2 otp-712896f75f88dac86334f4a72fe04e80e9ca56bd.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Fix unsafe optimization when running beam_block the second time
Fix environment case sensitivity issues on Windows
Diffstat (limited to 'lib/compiler/doc/src')
-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 997a506181..fcfa7d38a7 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.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The could could crash when compiling a complicated + function that used the binary syntax.</p> + <p> + Own Id: OTP-15150 Aux Id: ERL-650 </p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.2</title> <section><title>Fixed Bugs and Malfunctions</title> |