diff options
author | Erlang/OTP <[email protected]> | 2018-03-09 11:01:07 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-03-09 11:01:07 +0100 |
commit | 7c7ba7191a3932e737fa81fd0166df1c637d4b31 (patch) | |
tree | 2942f381a9a032f0443c795e4ae43d3a1cb46ebe /lib/kernel | |
parent | db5a9ef5e49f55338369f088bbef1d492f8c3c0c (diff) | |
download | otp-7c7ba7191a3932e737fa81fd0166df1c637d4b31.tar.gz otp-7c7ba7191a3932e737fa81fd0166df1c637d4b31.tar.bz2 otp-7c7ba7191a3932e737fa81fd0166df1c637d4b31.zip |
Update release notes
Diffstat (limited to 'lib/kernel')
-rw-r--r-- | lib/kernel/doc/src/notes.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/kernel/doc/src/notes.xml b/lib/kernel/doc/src/notes.xml index 65fe9b9c07..09844f1502 100644 --- a/lib/kernel/doc/src/notes.xml +++ b/lib/kernel/doc/src/notes.xml @@ -31,6 +31,34 @@ </header> <p>This document describes the changes made to the Kernel application.</p> +<section><title>Kernel 5.4.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> Correct a few contracts. </p> + <p> + Own Id: OTP-14889</p> + </item> + <item> + <p> + Reject loading modules with names containing directory + separators ('/' or '\' on Windows).</p> + <p> + Own Id: OTP-14933 Aux Id: ERL-564, PR-1716 </p> + </item> + <item> + <p> + Fix bug in handling of os:cmd/2 option max_size on + windows.</p> + <p> + Own Id: OTP-14940</p> + </item> + </list> + </section> + +</section> + <section><title>Kernel 5.4.2</title> <section><title>Fixed Bugs and Malfunctions</title> |