From 8f9bf8a8c35e03fecfa8a035076772983ad0dc71 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 17 Jun 2019 16:50:25 +0200 Subject: Prepare release --- lib/stdlib/doc/src/notes.xml | 17 +++++++++++++++++ lib/stdlib/vsn.mk | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) (limited to 'lib/stdlib') 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 @@

This document describes the changes made to the STDLIB application.

+
STDLIB 3.8.2.2 + +
Fixed Bugs and Malfunctions + + +

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 + chars_limit.

+

+ Own Id: OTP-15875 Aux Id: ERL-967

+
+
+
+ +
+
STDLIB 3.8.2.1
Fixed Bugs and Malfunctions 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 -- cgit v1.2.3