diff options
author | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-12-15 09:45:27 +0100 |
commit | f4a0ae1736216feac5ae053610644bba2e12ed34 (patch) | |
tree | 312fb3dcbbc8fde8518b04abfacd1cb1fc5b8605 /lib/asn1 | |
parent | 4586435cd4ca0d3ad3aedd60f462aed8da589460 (diff) | |
download | otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.gz otp-f4a0ae1736216feac5ae053610644bba2e12ed34.tar.bz2 otp-f4a0ae1736216feac5ae053610644bba2e12ed34.zip |
Update release notes
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 9b2d6bbde5..315c472465 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,23 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 4.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Trying to encode an empty named BIT STRING in BER would + fail with a <c>function_clause</c> exception. (Thanks to + Svilen Ivanov for reporting this bug.)</p> + <p> + Own Id: OTP-13149</p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 4.0</title> <section><title>Fixed Bugs and Malfunctions</title> |