summaryrefslogtreecommitdiff
path: root/erts/doc/src/notes.xml
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2022-08-26 13:11:27 +0200
committerErlang/OTP <otp@erlang.org>2022-08-26 13:11:27 +0200
commitb1b05414a24e29f70490a8e452121ce0bafbe174 (patch)
tree0a1e0a8bdc61823cf2ab43c170fe6234b7d0cac1 /erts/doc/src/notes.xml
parent96e1037c242396f8c629912775c2dc5fbe41ebce (diff)
downloaderlang-b1b05414a24e29f70490a8e452121ce0bafbe174.tar.gz
Prepare release
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r--erts/doc/src/notes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml
index 9c93044851..c53959f6bf 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 12.3.2.4</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Fix bug causing <c>ets:info</c> (and sometimes
+ <c>ets:whereis</c>) to return 'undefined' for an existing
+ table if a concurrent process were doing
+ <c>ets:insert</c> with a long list on the same table.</p>
+ <p>
+ Own Id: OTP-18218 Aux Id: ERIERL-855 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Erts 12.3.2.3</title>
<section><title>Fixed Bugs and Malfunctions</title>