diff options
author | Erlang/OTP <[email protected]> | 2018-11-05 10:48:29 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-11-05 10:48:29 +0100 |
commit | f5313be396144700acff451279062dab9674e436 (patch) | |
tree | 3d8b2eadc70181ff8ee244b1c5982aac0edd8a2e /lib/stdlib | |
parent | a1b76db57693427f1d4fc9f236fa5fd80dc41792 (diff) | |
download | otp-f5313be396144700acff451279062dab9674e436.tar.gz otp-f5313be396144700acff451279062dab9674e436.tar.bz2 otp-f5313be396144700acff451279062dab9674e436.zip |
Prepare release
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/stdlib/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index e26c4aba74..3c7c8bf400 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,21 @@ </header> <p>This document describes the changes made to the STDLIB application.</p> +<section><title>STDLIB 3.4.5.1</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>List subtraction (The <c>--</c> operator) will now + yield properly on large inputs.</p> + <p> + Own Id: OTP-15371</p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 3.4.5</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index 09a4d6fb50..34ba8c083d 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 3.4.5 +STDLIB_VSN = 3.4.5.1 |