diff options
author | Erlang/OTP <[email protected]> | 2013-06-17 16:23:55 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2013-06-17 16:23:55 +0200 |
commit | 8cece79b77952c991e62ae595bcf71cde016a052 (patch) | |
tree | c254ba11a10727a5bbea44b23ebac737703747b2 /lib/mnesia/doc/src | |
parent | a568634652396b0657e089100047f127804c970d (diff) | |
download | otp-8cece79b77952c991e62ae595bcf71cde016a052.tar.gz otp-8cece79b77952c991e62ae595bcf71cde016a052.tar.bz2 otp-8cece79b77952c991e62ae595bcf71cde016a052.zip |
Prepare releaseOTP_R16B01
Diffstat (limited to 'lib/mnesia/doc/src')
-rw-r--r-- | lib/mnesia/doc/src/notes.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 5942a40a87..790f5d92b5 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -38,7 +38,37 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.</p> - <section><title>Mnesia 4.8</title> + <section><title>Mnesia 4.9</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + If mnesia:clear_table/2 was called during a table load on + that table, the schema record was written to the table + instead of clearing table.</p> + <p> + Own Id: OTP-11030 Aux Id: seq12267 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Optimize index creation for Mnesia set tables. Thanks to + Nick Marino.</p> + <p> + Own Id: OTP-11103</p> + </item> + </list> + </section> + +</section> + +<section><title>Mnesia 4.8</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |