diff options
author | Erlang/OTP <[email protected]> | 2015-03-31 12:24:04 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-03-31 12:24:04 +0200 |
commit | 62870c998955e1498e71bfc90607885e96ecaa27 (patch) | |
tree | bf280c3dc522ba41998c3b158265c7cb14f02f5b /lib/stdlib/doc/src | |
parent | 64bebeaf45403feeac45a8c2b6226d6bc8b71b72 (diff) | |
download | otp-62870c998955e1498e71bfc90607885e96ecaa27.tar.gz otp-62870c998955e1498e71bfc90607885e96ecaa27.tar.bz2 otp-62870c998955e1498e71bfc90607885e96ecaa27.zip |
Prepare release
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 8582bfc9f9..301a5ee2e8 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -30,6 +30,41 @@ </header> <p>This document describes the changes made to the STDLIB application.</p> +<section><title>STDLIB 2.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Behaviour of character types \d, \w and \s has always + been to not match characters with value above 255, not + 128, i.e. they are limited to ISO-Latin-1 and not ASCII</p> + <p> + Own Id: OTP-12521</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + c:m/1 now displays the module's MD5 sum.</p> + <p> + Own Id: OTP-12500</p> + </item> + <item> + <p> + Make ets:i/1 handle binary input from IO server.</p> + <p> + Own Id: OTP-12550</p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 2.3</title> <section><title>Fixed Bugs and Malfunctions</title> |