diff options
author | Lukas Larsson <[email protected]> | 2018-11-09 15:19:21 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-11-09 15:19:21 +0100 |
commit | 85591a55983966ff2f25805abc8d61c8b4c05944 (patch) | |
tree | f6b16f19089ae58fa1031550d604238470080e6c /lib/stdlib/doc | |
parent | 08287750efc23e376b2843af126d26c229a31a96 (diff) | |
parent | cb86d6daabc6dc2af7d05fd1c5b44b1697bad926 (diff) | |
download | otp-85591a55983966ff2f25805abc8d61c8b4c05944.tar.gz otp-85591a55983966ff2f25805abc8d61c8b4c05944.tar.bz2 otp-85591a55983966ff2f25805abc8d61c8b4c05944.zip |
Merge branch 'maint-20' into maint
* maint-20:
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/ssl/doc/src/notes.xml
lib/ssl/vsn.mk
lib/stdlib/doc/src/notes.xml
lib/stdlib/vsn.mk
make/otp_version_tickets
otp_versions.table
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index d800885b16..befbabe8de 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -504,6 +504,21 @@ </section> +<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> @@ -7827,4 +7842,3 @@ </section> </section> </chapter> - |