diff options
author | Erlang/OTP <[email protected]> | 2018-10-16 15:13:11 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-10-16 15:13:11 +0200 |
commit | de1f4615af6f5c3cd67c655393f59edb592839f3 (patch) | |
tree | 115729e772f75ae14e938471737dd82b54c23430 /erts/doc/src | |
parent | 6965ac876714c5ca9ae00d48c0018f157dbb27f4 (diff) | |
download | otp-de1f4615af6f5c3cd67c655393f59edb592839f3.tar.gz otp-de1f4615af6f5c3cd67c655393f59edb592839f3.tar.bz2 otp-de1f4615af6f5c3cd67c655393f59edb592839f3.zip |
Prepare release
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 4913b0f204..a0c7defd54 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,24 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.3.3.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed bug in <c>ets:select_replace</c> when called with a + fully bound key could cause a following call to + <c>ets:next</c> or <c>ets:prev</c> to crash the emulator + or return invalid result.</p> + <p> + Own Id: OTP-15346</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3.3.3</title> <section><title>Fixed Bugs and Malfunctions</title> |