diff options
author | Lukas Larsson <[email protected]> | 2018-11-14 09:34:20 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-11-14 09:34:20 +0100 |
commit | d322536cf06e8ac8ae1361b66ba2574f9790685f (patch) | |
tree | d658e736bb86054669134a91b767406993cf3890 /erts/doc | |
parent | a2d97d7039cf69595684b3c61ad93d3a208dcf0a (diff) | |
parent | b0c054fe7c8f6467f3309e47ec62cfc9300bcc14 (diff) | |
download | otp-d322536cf06e8ac8ae1361b66ba2574f9790685f.tar.gz otp-d322536cf06e8ac8ae1361b66ba2574f9790685f.tar.bz2 otp-d322536cf06e8ac8ae1361b66ba2574f9790685f.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Optimize operator '--' and yield on large inputs
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/notes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 32dc0b74c9..6519e79d95 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -4814,6 +4814,21 @@ </section> +<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> |