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 /erts | |
parent | c3cf08e8423e1e3fd1b76066b5c8008415ffd555 (diff) | |
download | otp-d8aef84f6ecb12f1367a3b9c783da1306b66a10c.tar.gz otp-d8aef84f6ecb12f1367a3b9c783da1306b66a10c.tar.bz2 otp-d8aef84f6ecb12f1367a3b9c783da1306b66a10c.zip |
Prepare release
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | erts/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 36cf42c77f..fd04eae2cc 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,21 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 7.3.1.6</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>Erts 7.3.1.5</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/erts/vsn.mk b/erts/vsn.mk index f3faf651c5..493bedbd8f 100644 --- a/erts/vsn.mk +++ b/erts/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% # -VSN = 7.3.1.5 +VSN = 7.3.1.6 # Port number 4365 in 4.2 # Port number 4366 in 4.3 |