diff options
author | Lukas Larsson <[email protected]> | 2018-11-09 15:19:48 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2018-11-09 15:19:48 +0100 |
commit | 19a2f17f67a221640534d6cc4c85cead8d3f5ed1 (patch) | |
tree | 7d5ed3203b935ba9623d83dd59cc1dcad3ef9d90 /lib | |
parent | 506855722d1cb5cd7c81e608cce33526ff9d20e8 (diff) | |
parent | 85591a55983966ff2f25805abc8d61c8b4c05944 (diff) | |
download | otp-19a2f17f67a221640534d6cc4c85cead8d3f5ed1.tar.gz otp-19a2f17f67a221640534d6cc4c85cead8d3f5ed1.tar.bz2 otp-19a2f17f67a221640534d6cc4c85cead8d3f5ed1.zip |
Merge branch 'maint'
* maint:
Updated OTP version
Prepare release
Optimize operator '--' and yield on large inputs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssl/doc/src/notes.xml | 19 | ||||
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 16 |
2 files changed, 32 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/notes.xml b/lib/ssl/doc/src/notes.xml index d117641496..bbfe7614c9 100644 --- a/lib/ssl/doc/src/notes.xml +++ b/lib/ssl/doc/src/notes.xml @@ -333,6 +333,23 @@ </section> +<section><title>SSL 8.2.6.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Extend check for undelivered data at closing, could under + some circumstances fail to deliverd all data that was + acctualy recivied.</p> + <p> + Own Id: OTP-15412</p> + </item> + </list> + </section> + +</section> + <section><title>SSL 8.2.6.2</title> <section><title>Fixed Bugs and Malfunctions</title> @@ -3163,5 +3180,3 @@ </section> </section> </chapter> - - diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index 318643aef8..5a6a3134e7 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> - |