diff options
author | Erlang/OTP <[email protected]> | 2018-08-09 17:29:04 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2018-08-09 17:29:04 +0200 |
commit | 962ea06fa99e36a4631ec6459895d9466e61964c (patch) | |
tree | e82c0d21c0f35b004b889a1cc4d86e1ed3a4ba70 /lib/crypto/doc | |
parent | c5a344a3cace51ef9697adbab05e45f41d44bf13 (diff) | |
download | otp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.gz otp-962ea06fa99e36a4631ec6459895d9466e61964c.tar.bz2 otp-962ea06fa99e36a4631ec6459895d9466e61964c.zip |
Update release notes
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/notes.xml b/lib/crypto/doc/src/notes.xml index 66619c9e11..0f8c50a35d 100644 --- a/lib/crypto/doc/src/notes.xml +++ b/lib/crypto/doc/src/notes.xml @@ -31,6 +31,22 @@ </header> <p>This document describes the changes made to the Crypto application.</p> +<section><title>Crypto 4.2.2.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p>Fixed a node crash in <c>crypto:compute_key(ecdh, + ...)</c> when passing a wrongly typed Others + argument.</p> + <p> + Own Id: OTP-15194 Aux Id: ERL-673 </p> + </item> + </list> + </section> + +</section> + <section><title>Crypto 4.2.2</title> <section><title>Fixed Bugs and Malfunctions</title> |