From c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 21 Jun 2017 10:53:19 +0200 Subject: Prepare release --- lib/asn1/doc/src/notes.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) (limited to 'lib/asn1/doc/src/notes.xml') diff --git a/lib/asn1/doc/src/notes.xml b/lib/asn1/doc/src/notes.xml index 8fb0ba4c4b..26640acabc 100644 --- a/lib/asn1/doc/src/notes.xml +++ b/lib/asn1/doc/src/notes.xml @@ -32,6 +32,55 @@

This document describes the changes made to the asn1 application.

+
Asn1 5.0 + +
Fixed Bugs and Malfunctions + + +

+ Add compile option -compile(no_native) in modules + with on_load directive which is not yet supported + by HiPE.

+

+ Own Id: OTP-14316 Aux Id: PR-1390

+
+
+
+ + +
Improvements and New Features + + +

The error tuple returned from the encode + and decode functions will now include the stack + backtrace to make it easier to understand what went + wrong.

+

+ Own Id: OTP-13961

+
+ +

The deprecated module asn1rt has been removed. + The deprecated functions asn1ct:encode/3 and + asn1ct:decode/3 have been removed. The + undocumented function asn1ct:encode/2 has been + removed.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-14146

+
+ +

The new 'maps' option changes the + representation of the types SEQUENCE and + SET to be maps (instead of records).

+

+ Own Id: OTP-14219

+
+
+
+ +
+
Asn1 4.0.4
Fixed Bugs and Malfunctions -- cgit v1.2.3