diff options
author | Erlang/OTP <[email protected]> | 2018-11-09 15:24:48 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-11-09 15:24:48 +0100 |
commit | d8aef84f6ecb12f1367a3b9c783da1306b66a10c (patch) | |
tree | c635b50d5ca9bf9e74b9f3a3e4d11c034673d663 /lib/stdlib | |
parent | c3cf08e8423e1e3fd1b76066b5c8008415ffd555 (diff) | |
download | otp-d8aef84f6ecb12f1367a3b9c783da1306b66a10c.tar.gz otp-d8aef84f6ecb12f1367a3b9c783da1306b66a10c.tar.bz2 otp-d8aef84f6ecb12f1367a3b9c783da1306b66a10c.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 5d4f9d912f..c06e97d63e 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 2.8.0.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 2.8</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/stdlib/vsn.mk b/lib/stdlib/vsn.mk index 5bac4be9d7..99dca8415d 100644 --- a/lib/stdlib/vsn.mk +++ b/lib/stdlib/vsn.mk @@ -1 +1 @@ -STDLIB_VSN = 2.8 +STDLIB_VSN = 2.8.0.1 |