diff options
author | Erlang/OTP <[email protected]> | 2018-07-18 14:19:31 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-07-18 14:19:31 +0200 |
commit | 1abacb0e1d272840531b425eef90badd857b13d8 (patch) | |
tree | dc30353e791521b374261baba74225ae84d9a9d0 /erts/doc/src/notes.xml | |
parent | 2e60c9c18acd4a671541556df5db60ee64fd550a (diff) | |
download | otp-1abacb0e1d272840531b425eef90badd857b13d8.tar.gz otp-1abacb0e1d272840531b425eef90badd857b13d8.tar.bz2 otp-1abacb0e1d272840531b425eef90badd857b13d8.zip |
Update release notes
Diffstat (limited to 'erts/doc/src/notes.xml')
-rw-r--r-- | erts/doc/src/notes.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index ab10647245..9463947ab0 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,34 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.0.4</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a bug that prevented the <c>noshell</c> option + from working correctly on Mac OS X and BSD.</p> + <p> + Own Id: OTP-15169</p> + </item> + <item> + <p>Fixed a crash when matching directly against a literal + map using a single key that had been saved on the + stack.</p> + <p> + Own Id: OTP-15184</p> + </item> + <item> + <p>Fix node crash when passing a bad time option to + <c>file:read_file_info/2</c>.</p> + <p> + Own Id: OTP-15196</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.0.3</title> <section><title>Fixed Bugs and Malfunctions</title> |