diff options
author | John Högberg <[email protected]> | 2019-07-10 10:11:17 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-07-10 10:11:17 +0200 |
commit | 4e9792256a754ff10f6a214f582fbb58e081deb2 (patch) | |
tree | b9648e94ed7214ba2ed548664bc18eb8f4ff7027 /lib/dialyzer/doc/src/notes.xml | |
parent | bf93aa02d98c8d4448b271cac88d6e6b3455f166 (diff) | |
parent | fa5e2cae48323a391ff65512a972d6c9f4ba4119 (diff) | |
download | otp-4e9792256a754ff10f6a214f582fbb58e081deb2.tar.gz otp-4e9792256a754ff10f6a214f582fbb58e081deb2.tar.bz2 otp-4e9792256a754ff10f6a214f582fbb58e081deb2.zip |
Merge branch 'maint-22' into maint
* maint-22:
Updated OTP version
Prepare release
# Conflicts:
# make/otp_version_tickets
Diffstat (limited to 'lib/dialyzer/doc/src/notes.xml')
-rw-r--r-- | lib/dialyzer/doc/src/notes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/dialyzer/doc/src/notes.xml b/lib/dialyzer/doc/src/notes.xml index b72453aac7..dad9fd18c7 100644 --- a/lib/dialyzer/doc/src/notes.xml +++ b/lib/dialyzer/doc/src/notes.xml @@ -32,6 +32,26 @@ <p>This document describes the changes made to the Dialyzer application.</p> +<section><title>Dialyzer 4.0.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>The HiPE compiler would badly miscompile certain + try/catch expressions, so it will now refuse to compile + modules containing try or catch.</p> <p>As a consequence + of this, <c>dialyzer</c> will no longer compile key + modules to native code.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-15949</p> + </item> + </list> + </section> + +</section> + <section><title>Dialyzer 4.0.2</title> <section><title>Fixed Bugs and Malfunctions</title> |