summaryrefslogtreecommitdiff
path: root/lib/hipe/doc/src
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2020-03-16 13:57:48 +0100
committerRickard Green <rickard@erlang.org>2020-03-16 13:57:48 +0100
commit13dadd482b24046c080e4b8a6e4bc804efcff415 (patch)
tree824e3326973753b64e38a27709db2ea1b03fefc0 /lib/hipe/doc/src
parent84f4f25e1f07c221cadd62a4d2bb5dd9a5911922 (diff)
parent5b526169ea616e87a7145d2a996b94a91879f200 (diff)
downloaderlang-13dadd482b24046c080e4b8a6e4bc804efcff415.tar.gz
Merge branch 'maint'
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/socket.xml
Diffstat (limited to 'lib/hipe/doc/src')
-rw-r--r--lib/hipe/doc/src/notes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/hipe/doc/src/notes.xml b/lib/hipe/doc/src/notes.xml
index b9a454ae5a..8e1f5b35cd 100644
--- a/lib/hipe/doc/src/notes.xml
+++ b/lib/hipe/doc/src/notes.xml
@@ -31,6 +31,27 @@
</header>
<p>This document describes the changes made to HiPE.</p>
+<section><title>Hipe 3.19.3</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>HiPE can again handle modules with <c>catch</c> and
+ <c>try</c> constructs.</p>
+ <p>
+ Own Id: OTP-16418</p>
+ </item>
+ <item>
+ <p>When the return value for try/catch was ignored, the
+ native code compiler could crash.</p>
+ <p>
+ Own Id: OTP-16475 Aux Id: ERL-1175 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Hipe 3.19.2</title>
<section><title>Fixed Bugs and Malfunctions</title>