diff options
author | Erlang/OTP <[email protected]> | 2017-07-26 11:46:38 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-07-26 11:46:38 +0200 |
commit | 4c73c0b0fa607c5f1e0befec2efc36b940a08106 (patch) | |
tree | aaa7fe6b6a19e980aaedcd8a041d0feba827964f /lib/asn1/doc/src | |
parent | b43756a45f872255fbb82ce0c235b9aa4a1e01ae (diff) | |
download | otp-4c73c0b0fa607c5f1e0befec2efc36b940a08106.tar.gz otp-4c73c0b0fa607c5f1e0befec2efc36b940a08106.tar.bz2 otp-4c73c0b0fa607c5f1e0befec2efc36b940a08106.zip |
Update release notes
Diffstat (limited to 'lib/asn1/doc/src')
-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 26640acabc..03452648bb 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 5.0.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fixed compilation error of generated code caused by a + missing quotation of function names as part of an + external call for encoding.</p> + <p> + Own Id: OTP-14519 Aux Id: ERIERL-49 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0</title> <section><title>Fixed Bugs and Malfunctions</title> |