aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-06-17 16:50:25 +0200
committerErlang/OTP <[email protected]>2019-06-17 16:50:25 +0200
commit8f9bf8a8c35e03fecfa8a035076772983ad0dc71 (patch)
treeb189351c5efd7c58e0e7afdf15eb6c4aaad3d00e /lib/stdlib
parent47edf3e160db13bfda6546fe1af07bf11072f857 (diff)
downloadotp-8f9bf8a8c35e03fecfa8a035076772983ad0dc71.tar.gz
otp-8f9bf8a8c35e03fecfa8a035076772983ad0dc71.tar.bz2
otp-8f9bf8a8c35e03fecfa8a035076772983ad0dc71.zip
Prepare release
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/notes.xml17
-rw-r--r--lib/stdlib/vsn.mk2
2 files changed, 18 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml
index e456878695..129b6539a1 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.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>
diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk
index c07f0aec50..15469b3539 100644
--- a/lib/stdlib/vsn.mk
+++ b/lib/stdlib/vsn.mk
@@ -1 +1 @@
-STDLIB_VSN = 3.8.2.1
+STDLIB_VSN = 3.8.2.2