diff options
author | Erlang/OTP <[email protected]> | 2019-05-29 13:24:51 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2019-05-29 13:24:51 +0200 |
commit | c664548ad77ff24f7f7eb5ea1e8f2b0057e8889f (patch) | |
tree | 7102d80fba4b0526993e1275c780d5cdb66b5b35 /lib/stdlib/doc/src | |
parent | 797aca26c3bbf9004f8539433fc1a1a5c27db9fb (diff) | |
download | otp-c664548ad77ff24f7f7eb5ea1e8f2b0057e8889f.tar.gz otp-c664548ad77ff24f7f7eb5ea1e8f2b0057e8889f.tar.bz2 otp-c664548ad77ff24f7f7eb5ea1e8f2b0057e8889f.zip |
Prepare release
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 605a9f224d..385f092069 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the STDLIB application.</p> +<section><title>STDLIB 3.9.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Fix a bug that could cause a failure when formatting + binaries using the control sequences <c>p</c> or <c>P</c> + and limiting the output with the option + <c>chars_limit</c>. </p> + <p> + Own Id: OTP-15847 Aux Id: ERL-957 </p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 3.9</title> <section><title>Fixed Bugs and Malfunctions</title> |