summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-05 15:39:28 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-06-05 15:39:28 +0200
commit4de401ddb42e290052b24560bcd877cafdf5dd9b (patch)
treee9e0c56ad0e02de3a3b57cc90863970af8c0f9ad /NEWS
parent0acd71a02e57f6cf5f6e105e8879a8622052ebe8 (diff)
downloadlibtasn1-4de401ddb42e290052b24560bcd877cafdf5dd9b.tar.gz
libtasn1-4de401ddb42e290052b24560bcd877cafdf5dd9b.tar.bz2
libtasn1-4de401ddb42e290052b24560bcd877cafdf5dd9b.zip
renamed asn1_copy_node2 to asn1_dup_node
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7d2ce95..d62c429 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ GNU Libtasn1 NEWS -*- outline -*-
- asn1_der_decoding_element() is an alias to asn1_der_decoding().
- optimized asn1_der_decoding_startEnd(). It only performs the decoding
step, if it is not already done.
-- Added asn1_copy_node2().
+- 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.