diff options
author | Erlang/OTP <[email protected]> | 2017-09-22 15:21:49 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2017-09-22 15:21:49 +0200 |
commit | af2073640c4b7c67c9b978ebc203d57ac43e96dc (patch) | |
tree | ce03ed14f3dfab92ec8397d7b583f94a2ebad6ff /lib/asn1 | |
parent | 1bf0b21344d951c65e54c6abfe7907ef8b63d946 (diff) | |
download | otp-af2073640c4b7c67c9b978ebc203d57ac43e96dc.tar.gz otp-af2073640c4b7c67c9b978ebc203d57ac43e96dc.tar.bz2 otp-af2073640c4b7c67c9b978ebc203d57ac43e96dc.zip |
Update release notes
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 5399528271..ae6660c143 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,24 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 5.0.3</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Compiling an ASN.1 module using the option {n2n, + EnumTypeName} when EnumTypeName contains a hypen like for + example Cause-Misc caused syntax errors when compiling + the generated Erlang code. This is now corrected.</p> + <p> + Own Id: OTP-14495 Aux Id: ERL-437 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 5.0.2</title> <section><title>Fixed Bugs and Malfunctions</title> |