diff options
author | Erlang/OTP <[email protected]> | 2018-05-02 15:53:43 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-05-02 15:53:43 +0200 |
commit | d45a09c774b6173f4db804e25b21a67e58b66d6b (patch) | |
tree | e14f8cd0f057b4a3f08c47ef863e5f6e61aaedae /erts | |
parent | 23f55b391c0dcab7af62fd31542706ccbf45af99 (diff) | |
download | otp-d45a09c774b6173f4db804e25b21a67e58b66d6b.tar.gz otp-d45a09c774b6173f4db804e25b21a67e58b66d6b.tar.bz2 otp-d45a09c774b6173f4db804e25b21a67e58b66d6b.zip |
Update release notes
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/notes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/erts/doc/src/notes.xml b/erts/doc/src/notes.xml index 21168eee23..8bd8e6c7b8 100644 --- a/erts/doc/src/notes.xml +++ b/erts/doc/src/notes.xml @@ -31,6 +31,21 @@ </header> <p>This document describes the changes made to the ERTS application.</p> +<section><title>Erts 9.3.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a crash in <c>heart:get_cmd/0</c> when the + stored command was too long.</p> + <p> + Own Id: OTP-15034</p> + </item> + </list> + </section> + +</section> + <section><title>Erts 9.3</title> <section><title>Fixed Bugs and Malfunctions</title> |