diff options
author | Erlang/OTP <[email protected]> | 2018-03-21 18:33:26 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-03-21 18:33:26 +0100 |
commit | 8ed28dfa4434b2f885bc495a79a9670a32563781 (patch) | |
tree | 12aba0b5c61eca610d6bc1af7bec14f64efc7d30 | |
parent | a77d73ada12dd82df33bc3c9ab4c9efa6232ff94 (diff) | |
download | otp-8ed28dfa4434b2f885bc495a79a9670a32563781.tar.gz otp-8ed28dfa4434b2f885bc495a79a9670a32563781.tar.bz2 otp-8ed28dfa4434b2f885bc495a79a9670a32563781.zip |
Update release notes
-rw-r--r-- | lib/ssh/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/stdlib/doc/src/notes.xml | 19 |
2 files changed, 34 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/notes.xml b/lib/ssh/doc/src/notes.xml index ba563335a2..db60b4ab6f 100644 --- a/lib/ssh/doc/src/notes.xml +++ b/lib/ssh/doc/src/notes.xml @@ -30,6 +30,21 @@ <file>notes.xml</file> </header> +<section><title>Ssh 4.6.7</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bad spec in ssh.hrl: <c>double_algs()</c>.</p> + <p> + Own Id: OTP-14990</p> + </item> + </list> + </section> + +</section> + <section><title>Ssh 4.6.6</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/stdlib/doc/src/notes.xml b/lib/stdlib/doc/src/notes.xml index bf6b06859e..e26c4aba74 100644 --- a/lib/stdlib/doc/src/notes.xml +++ b/lib/stdlib/doc/src/notes.xml @@ -31,6 +31,25 @@ </header> <p>This document describes the changes made to the STDLIB application.</p> +<section><title>STDLIB 3.4.5</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + The <c>Module:init/1</c> function in <c>gen_statem</c> + may return an actions list containing any action, but an + erroneous check only allowed state enter actions so e.g + <c>{next_event,internal,event}</c> caused a server crash. + This bug has been fixed.</p> + <p> + Own Id: OTP-13995</p> + </item> + </list> + </section> + +</section> + <section><title>STDLIB 3.4.4</title> <section><title>Fixed Bugs and Malfunctions</title> |