Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlang/OTP committed Mar 21, 2018
1 parent a77d73a commit 8ed28df
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lib/ssh/doc/src/notes.xml
Expand Up @@ -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>
Expand Down
19 changes: 19 additions & 0 deletions lib/stdlib/doc/src/notes.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 8ed28df

Please sign in to comment.