diff options
| author | John Högberg <[email protected]> | 2019-06-18 09:42:33 +0200 | 
|---|---|---|
| committer | John Högberg <[email protected]> | 2019-06-18 09:42:33 +0200 | 
| commit | 7ad23f83d39dd99dbd9a64c595f9b88d777f697c (patch) | |
| tree | d41fbbd7513868df600738c8d4e082c7ffa24914 /lib/stdlib/doc | |
| parent | b286b7f1de4aed13ba71b817321673eb67df941e (diff) | |
| parent | 39f0bd930bd028c5520da0430056994e4c5925c3 (diff) | |
| download | otp-7ad23f83d39dd99dbd9a64c595f9b88d777f697c.tar.gz otp-7ad23f83d39dd99dbd9a64c595f9b88d777f697c.tar.bz2 otp-7ad23f83d39dd99dbd9a64c595f9b88d777f697c.zip | |
Merge branch 'maint'
* maint:
  Updated OTP version
  Prepare release
Diffstat (limited to 'lib/stdlib/doc')
| -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 5c07dd2ee6..66624c43be 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -306,6 +306,23 @@  </section> +<section><title>STDLIB 3.8.2.2</title> + +    <section><title>Fixed Bugs and Malfunctions</title> +      <list> +        <item> +	    <p> Fix a bug that could cause a loop when formatting +	    terms 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-15875 Aux Id: ERL-967 </p> +        </item> +      </list> +    </section> + +</section> +  <section><title>STDLIB 3.8.2.1</title>      <section><title>Fixed Bugs and Malfunctions</title> | 
