aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/doc
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-03-25 18:25:04 +0100
committerErlang/OTP <[email protected]>2019-03-25 18:25:04 +0100
commit0118046f9bda8dcf3594184fa439b79267db8017 (patch)
treedc6499a9f1ad62e9cbf22a9087dfa4e9dcd4bae2 /lib/mnesia/doc
parenta2b406898cb38b1bf1e812ec87349ee0cd3866ed (diff)
downloadotp-0118046f9bda8dcf3594184fa439b79267db8017.tar.gz
otp-0118046f9bda8dcf3594184fa439b79267db8017.tar.bz2
otp-0118046f9bda8dcf3594184fa439b79267db8017.zip
Prepare release
Diffstat (limited to 'lib/mnesia/doc')
-rw-r--r--lib/mnesia/doc/src/notes.xml36
1 files changed, 35 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml
index 01d1666b8d..59c842ab10 100644
--- a/lib/mnesia/doc/src/notes.xml
+++ b/lib/mnesia/doc/src/notes.xml
@@ -39,7 +39,41 @@
thus constitutes one section in this document. The title of each
section is the version number of Mnesia.</p>
- <section><title>Mnesia 4.15.6</title>
+ <section><title>Mnesia 4.16</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ Optimize mnesia:read/1 if data have been written in the
+ same transaction.</p>
+ <p>
+ Own Id: OTP-15550 Aux Id: PR-12029 </p>
+ </item>
+ <item>
+ <p>
+ Fixed bugs in table index plugin handling.</p>
+ <p>
+ Own Id: OTP-15689 Aux Id: PR-1695 ERL-556 </p>
+ </item>
+ </list>
+ </section>
+
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Optimized dumping of tables with plugin backends.</p>
+ <p>
+ Own Id: OTP-15588 Aux Id: PR-2102 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
+<section><title>Mnesia 4.15.6</title>
<section><title>Fixed Bugs and Malfunctions</title>
<list>