diff options
author | Hans Bolinder <[email protected]> | 2019-06-03 14:31:05 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2019-06-03 14:31:05 +0200 |
commit | eeb62d99bd0ebf6c0cad79b6cd18ac828392c5e4 (patch) | |
tree | 34b44efc7fc55b2427c113c254956b65f9a927fe /erts/doc | |
parent | 09d68b7d9a9a5502df24cf71dd6b5f77ce9a4ee3 (diff) | |
parent | 3c62fb76b0ac56f3cf8d3f8abac20cd34b02e985 (diff) | |
download | otp-eeb62d99bd0ebf6c0cad79b6cd18ac828392c5e4.tar.gz otp-eeb62d99bd0ebf6c0cad79b6cd18ac828392c5e4.tar.bz2 otp-eeb62d99bd0ebf6c0cad79b6cd18ac828392c5e4.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
# make/otp_version_tickets_in_merge
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 51c1ecc8b1..c631ea01ce 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.4.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>In nested use of <c>try</c>/<c>catch</c>, rethrowing + an exception using <c>erlang:raise/3</c> with a different + class would not always be able to change the class of the + exception.</p> + <p> + Own Id: OTP-15834 Aux Id: ERIERL-367 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.4</title> <section><title>Fixed Bugs and Malfunctions</title> |