diff options
author | Erlang/OTP <[email protected]> | 2018-09-05 20:53:36 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-09-05 20:53:36 +0200 |
commit | 12d2c65ed477e9fde9a411727de4cc67c53b1a1c (patch) | |
tree | e422c3aa094e17864bdbcc62ff3218a5d74002bb /lib/kernel/doc | |
parent | 245a3e53b3d8f324b82ab56f06f8df3cf580f860 (diff) | |
download | otp-12d2c65ed477e9fde9a411727de4cc67c53b1a1c.tar.gz otp-12d2c65ed477e9fde9a411727de4cc67c53b1a1c.tar.bz2 otp-12d2c65ed477e9fde9a411727de4cc67c53b1a1c.zip |
Update release notes
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index e1ef8ab387..f3834d1c1c 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,23 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 6.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed bug in <c>net_kernel</c> that could cause an + emulator crash if certain connection attempts failed. Bug + exists since kernel-6.0 (OTP-21.0).</p> + <p> + Own Id: OTP-15280 Aux Id: ERIERL-226, OTP-15279 </p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 6.0</title> <section><title>Fixed Bugs and Malfunctions</title> |