From 36719f9798f1f7c2de203091582083e8d8e5726b Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 10 May 2019 14:42:47 +0200 Subject: Prepare release --- lib/mnesia/doc/src/notes.xml | 46 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) (limited to 'lib/mnesia/doc/src/notes.xml') diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 01d1666b8d..2d38e4d01c 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,51 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.

-
Mnesia 4.15.6 +
Mnesia 4.16 + +
Fixed Bugs and Malfunctions + + +

+ Optimize mnesia:read/1 if data have been written in the + same transaction.

+

+ Own Id: OTP-15550 Aux Id: PR-2029

+
+ +

+ Fixed bugs in table index plugin handling.

+

+ Own Id: OTP-15689 Aux Id: PR-1695 ERL-556

+
+
+
+ + +
Improvements and New Features + + +

+ Optimized dumping of tables with plugin backends.

+

+ Own Id: OTP-15588 Aux Id: PR-2102

+
+ +

+ Include stacktrace in exception if a dirty activity + errors, thus if user have matched on the error thrown it + may not match any more.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-15804 Aux Id: PR-2216

+
+
+
+ +
+ +
Mnesia 4.15.6
Fixed Bugs and Malfunctions -- cgit v1.2.3