diff options
author | Lukas Larsson <[email protected]> | 2018-11-14 09:34:05 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-11-14 09:34:05 +0100 |
commit | b0c054fe7c8f6467f3309e47ec62cfc9300bcc14 (patch) | |
tree | a63bf718709752cbea4e0eb2a4ddaf1a08ea21d7 /erts | |
parent | 56af71ad0a1127aad96b523f09618280f77cdf94 (diff) | |
parent | 1283ca3bc4bba3381f8fd1f59fb62780d3e17472 (diff) | |
download | otp-b0c054fe7c8f6467f3309e47ec62cfc9300bcc14.tar.gz otp-b0c054fe7c8f6467f3309e47ec62cfc9300bcc14.tar.bz2 otp-b0c054fe7c8f6467f3309e47ec62cfc9300bcc14.zip |
Merge branch 'maint-18' into maint
* maint-18:
Updated OTP version
Prepare release
Optimize operator '--' and yield on large inputs
Conflicts:
OTP_VERSION
erts/doc/src/notes.xml
erts/emulator/beam/erl_alloc.types
erts/emulator/beam/erl_bif_lists.c
erts/vsn.mk
lib/stdlib/doc/src/notes.xml
lib/stdlib/vsn.mk
make/otp_version_tickets
otp_versions.table
Diffstat (limited to 'erts')
-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 f02377e793..1b165e885c 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> |