diff options
author | Hans Nilsson <[email protected]> | 2018-10-18 16:57:26 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-10-18 16:57:26 +0200 |
commit | 7851fcd2170c20b8a2331e8615b03632d7aec4fc (patch) | |
tree | 311e139bf5c985d2e7942edb506bd976e892f925 /erts | |
parent | 04dde143c505da42ca620189cfa1d3400610ebe1 (diff) | |
parent | 2e6b0b105b48e072d13672e0ca73107fc75cbcdc (diff) | |
download | otp-7851fcd2170c20b8a2331e8615b03632d7aec4fc.tar.gz otp-7851fcd2170c20b8a2331e8615b03632d7aec4fc.tar.bz2 otp-7851fcd2170c20b8a2331e8615b03632d7aec4fc.zip |
Merge branch 'maint-20' into maint
* maint-20:
Updated OTP version
Prepare release
Diffstat (limited to 'erts')
-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 102de90c56..317272efd0 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> - |