diff options
Diffstat (limited to 'lib/asn1/doc/src/notes.xml')
-rw-r--r-- | lib/asn1/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 8faf8d15f2..9b2d6bbde5 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,36 @@ <p>This document describes the changes made to the asn1 application.</p> +<section><title>Asn1 4.0</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Many bugs have been eliminated in the the ASN.1 compiler + so that it can now successfully compile many more ASN.1 + specifications. Error messages have also been improved.</p> + <p> + Own Id: OTP-12395</p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>The documentation for <c>asn1ct:test/1,2,3</c> and + <c>asn1ct:value/2</c> has been updated with information + about the limitations of the functions.</p> + <p> + Own Id: OTP-12765 Aux Id: seq12866, seq12867 </p> + </item> + </list> + </section> + +</section> + <section><title>Asn1 3.0.4</title> <section><title>Fixed Bugs and Malfunctions</title> |