summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e953f2d..c948c5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,16 @@
GNU Libtasn1 NEWS -*- outline -*-
* Noteworthy changes in release 4.0 (unreleased) [stable]
-- asn1_der_decoding_element() is an alias to asn1_der_decoding().
- optimized asn1_der_decoding_startEnd(). It no longer requires the
additional decoding step.
-- Added asn1_dup_node().
- asn1_read_value() understands the ?CURRENT keyword, which can be used
to indicate the current element of a sequence, when the provided node
is a sequence element.
- Several optimizations in DER decoding of structures with sequences
containing many elements.
+- API and ABI changes since last version:
+ asn1_dup_node: New function
+ asn1_der_decoding_element: Made alias to asn1_der_decoding
* Noteworthy changes in release 3.6 (released 2014-05-25) [stable]
- Corrected an off-by-one error in ASN.1 DER tag decoding.