diff options
author | Erlang/OTP <otp@erlang.org> | 2020-05-11 14:53:34 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2020-05-11 14:53:34 +0200 |
commit | de8aa03ed881a76fd5186634c47be9b0d5b9fce1 (patch) | |
tree | f68dfbf35641fc2fbcc4c2a344aa27308c26c0b9 /lib/hipe/doc/src | |
parent | 9639877ea11d6a32ca6e46410b8a48db245b72d8 (diff) | |
download | erlang-de8aa03ed881a76fd5186634c47be9b0d5b9fce1.tar.gz |
Prepare release
Diffstat (limited to 'lib/hipe/doc/src')
-rw-r--r-- | lib/hipe/doc/src/notes.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml index f13551db83..1f9ab57727 100644 --- a/lib/hipe/doc/src/notes.xml +++ b/lib/hipe/doc/src/notes.xml @@ -31,6 +31,38 @@ </header> <p>This document describes the changes made to HiPE.</p> +<section><title>Hipe 4.0</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a rare miss-compilation of tuple matching.</p> + <p> + Own Id: OTP-16470</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>The deprecated <c>erlang:get_stacktrace/0</c> BIF now + returns an empty list instead of a stacktrace. To + retrieve the stacktrace, use the extended try/catch + syntax that was introduced in OTP 21. + <c>erlang:get_stacktrace/0</c> is scheduled for removal + in OTP 24.</p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-16484</p> + </item> + </list> + </section> + +</section> + <section><title>Hipe 3.19.3</title> <section><title>Fixed Bugs and Malfunctions</title> |