summaryrefslogtreecommitdiff
path: root/lib/stdlib/doc/src/notes.xml
diff options
context:
space:
mode:
authorRickard Green <rickard@erlang.org>2021-06-01 00:10:32 +0200
committerRickard Green <rickard@erlang.org>2021-06-01 00:10:32 +0200
commit89eddbead963fc9c2d0aa0ba3636eae2e08e04b8 (patch)
tree5268b95132d53bde0fbbeef388f0145dd72119a6 /lib/stdlib/doc/src/notes.xml
parent0325ccda140d58cd641925f48b016f6f77b6845e (diff)
parent7c6a3990dc43e89d3de8185c7a0aebad542fc8ef (diff)
downloaderlang-89eddbead963fc9c2d0aa0ba3636eae2e08e04b8.tar.gz
Merge branch 'maint-22' into maint
* maint-22: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/kernel/doc/src/notes.xml # lib/kernel/vsn.mk # lib/stdlib/doc/src/notes.xml # lib/stdlib/src/stdlib.appup.src # lib/stdlib/vsn.mk # make/otp_version_tickets # otp_versions.table
Diffstat (limited to 'lib/stdlib/doc/src/notes.xml')
-rw-r--r--lib/stdlib/doc/src/notes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml
index 4b9ac2fe1f..daad1d5104 100644
--- a/lib/stdlib/doc/src/notes.xml
+++ b/lib/stdlib/doc/src/notes.xml
@@ -927,6 +927,23 @@
</section>
+<section><title>STDLIB 3.12.1.1</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 p or P and limiting the
+ output with the option <c>chars_limit</c>.</p>
+ <p>
+ Own Id: OTP-17459 Aux Id: GH-4824, GH-4842 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>STDLIB 3.12.1</title>
<section><title>Fixed Bugs and Malfunctions</title>