From e09dd66dc4d89c62ddfd8c19791f9678d5d787c6 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 12 May 2015 18:18:55 +0200 Subject: Prepare release --- lib/public_key/doc/src/notes.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'lib/public_key/doc/src') diff --git a/lib/public_key/doc/src/notes.xml b/lib/public_key/doc/src/notes.xml index f241a91eb0..df65ad7004 100644 --- a/lib/public_key/doc/src/notes.xml +++ b/lib/public_key/doc/src/notes.xml @@ -34,6 +34,37 @@ notes.xml +
Public_Key 1.0 + +
Improvements and New Features + + +

+ public_key: Remove legacy switch compact_bit_string

+

+ E.i bitstrings will not be decode as {Unused, Binary}, + they are now Erlang bitstrings.

+

+ Also the compact_bit_string implies the + legacy_erlang_types switch So removing the switch will + also make OCTET STRING values be represented as binaries.

+

+ Undecoded open type will now be wrapped in a + asn1_OPENTYPE tuple.

+

+ This will change some values in records returned by the + public_key API making this change a potentiall + incompatibility.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-12110

+
+
+
+ +
+
Public_Key 0.23
Improvements and New Features -- cgit v1.2.3