diff options
author | Hans Nilsson <[email protected]> | 2018-10-18 16:59:54 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-10-18 16:59:54 +0200 |
commit | 71dad92bbde371681faa407d98c63b6c58d303f6 (patch) | |
tree | 93a3369ebc1b826a22d6d0500910946cee092a82 /erts/doc | |
parent | 0d02946d94e47a709da8a852a057350a6157e37a (diff) | |
parent | 7851fcd2170c20b8a2331e8615b03632d7aec4fc (diff) | |
download | otp-71dad92bbde371681faa407d98c63b6c58d303f6.tar.gz otp-71dad92bbde371681faa407d98c63b6c58d303f6.tar.bz2 otp-71dad92bbde371681faa407d98c63b6c58d303f6.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index f1465ae9ae..273cf7ff0b 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -1355,6 +1355,24 @@ </section> +<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> @@ -19172,4 +19190,3 @@ </section> </section> </chapter> - |