diff options
author | Erlang/OTP <[email protected]> | 2018-07-12 17:53:43 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-07-12 17:53:43 +0200 |
commit | 806a4a7f33befc482aa10e25c3cdcf63b87cc594 (patch) | |
tree | ebdcee637501162840d2de4d99c628fa77bfc024 | |
parent | 78b9df2b876af9c95473b467cfc4ef3373348308 (diff) | |
download | otp-806a4a7f33befc482aa10e25c3cdcf63b87cc594.tar.gz otp-806a4a7f33befc482aa10e25c3cdcf63b87cc594.tar.bz2 otp-806a4a7f33befc482aa10e25c3cdcf63b87cc594.zip |
Update release notes
-rw-r--r-- | erts/doc/src/notes.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index eb81614872..ab10647245 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,29 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 10.0.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a scheduler bug that caused normal schedulers to + run dirty code.</p> + <p> + Own Id: OTP-15154</p> + </item> + <item> + <p> + Fixed a bug in <c>erlang:trace_info/2</c> which caused + the emulator to crash when a bad argument was passed. The + bug was introduced in ERTS version 10.0.</p> + <p> + Own Id: OTP-15183 Aux Id: ERL-670 </p> + </item> + </list> + </section> + +</section> + <section><title>Erts 10.0.2</title> <section><title>Fixed Bugs and Malfunctions</title> |