diff options
author | John Högberg <[email protected]> | 2019-07-10 10:11:18 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-10 10:11:18 +0200 |
commit | 0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56 (patch) | |
tree | bc2fd46c12b1f07ea73f02fad93102a1cf67a2d5 /lib/compiler/doc/src | |
parent | bb4955e083e34be40a9e0d5c0831e5b1498d11df (diff) | |
parent | 4e9792256a754ff10f6a214f582fbb58e081deb2 (diff) | |
download | otp-0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56.tar.gz otp-0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56.tar.bz2 otp-0ba1c8db3f593736cdffb1f7d4c45ea276ad6d56.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# make/otp_version_tickets_in_merge
Diffstat (limited to 'lib/compiler/doc/src')
-rw-r--r-- | lib/compiler/doc/src/notes.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/compiler/doc/src/notes.xml b/lib/compiler/doc/src/notes.xml index f0d869381b..209e40c0f5 100644 --- a/lib/compiler/doc/src/notes.xml +++ b/lib/compiler/doc/src/notes.xml @@ -32,6 +32,35 @@ <p>This document describes the changes made to the Compiler application.</p> +<section><title>Compiler 7.4.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed an unsafe optimization when matching + <c>tuple_size/1</c> outside of guards, which could crash + the emulator if the argument was not a tuple.</p> + <p> + Own Id: OTP-15945</p> + </item> + <item> + <p>Fixed a rare bug that could cause the wrong kind of + exception to be thrown when a BIF failed in a function + that matched bitstrings.</p> + <p> + Own Id: OTP-15946</p> + </item> + <item> + <p>Fixed a bug where receive statements inside try/catch + blocks could return incorrect results.</p> + <p> + Own Id: OTP-15952</p> + </item> + </list> + </section> + +</section> + <section><title>Compiler 7.4.2</title> <section><title>Fixed Bugs and Malfunctions</title> |