diff options
author | Erlang/OTP <[email protected]> | 2018-06-29 14:30:53 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-06-29 14:30:53 +0200 |
commit | 5c8e7e905a678e1214cab55fed38d6d93fab04cb (patch) | |
tree | d4b7fbb0745132409444efe488c6ab140f86d9f9 /lib/stdlib/doc/src | |
parent | 3a480fa8d1f50bf269a8f0227b9c640aa2058d10 (diff) | |
download | otp-5c8e7e905a678e1214cab55fed38d6d93fab04cb.tar.gz otp-5c8e7e905a678e1214cab55fed38d6d93fab04cb.tar.bz2 otp-5c8e7e905a678e1214cab55fed38d6d93fab04cb.zip |
Update release notes
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 611bfe73e0..712a474b0b 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.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Fix a bug that could cause a crash when formatting a + list of non-characters 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-15159</p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 3.5</title> <section><title>Fixed Bugs and Malfunctions</title> |