diff options
| author | Erlang/OTP <otp@erlang.org> | 2023-05-15 12:36:07 +0200 |
|---|---|---|
| committer | Erlang/OTP <otp@erlang.org> | 2023-05-15 12:36:07 +0200 |
| commit | 2f361f653d649d002a26d1d2a5c8c3efd1303832 (patch) | |
| tree | a1ed8c18d01f94f53ed73d7f12a7de8aaa71aac6 /lib/mnesia/doc | |
| parent | 47dc52e1189de34f148ca389a7810800a1d9240c (diff) | |
| download | erlang-2f361f653d649d002a26d1d2a5c8c3efd1303832.tar.gz | |
Prepare release
Diffstat (limited to 'lib/mnesia/doc')
| -rw-r--r-- | lib/mnesia/doc/src/notes.xml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/lib/mnesia/doc/src/notes.xml b/lib/mnesia/doc/src/notes.xml index 16c844dc4b..555fd62f8c 100644 --- a/lib/mnesia/doc/src/notes.xml +++ b/lib/mnesia/doc/src/notes.xml @@ -39,7 +39,31 @@ thus constitutes one section in this document. The title of each section is the version number of Mnesia.</p> - <section><title>Mnesia 4.21.4</title> + <section><title>Mnesia 4.22</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Added debug statistics for active transactions.</p> + <p> + Own Id: OTP-18309 Aux Id: PR-6377 </p> + </item> + <item> + <p> The implementation has been fixed to use + <c>proc_lib:init_fail/2,3</c> where appropriate, instead + of <c>proc_lib:init_ack/1,2</c>. </p> + <p> + *** POTENTIAL INCOMPATIBILITY ***</p> + <p> + Own Id: OTP-18490 Aux Id: OTP-18471, GH-6339, PR-6843 </p> + </item> + </list> + </section> + +</section> + +<section><title>Mnesia 4.21.4</title> <section><title>Fixed Bugs and Malfunctions</title> <list> |
