summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-12 22:32:20 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-12 22:45:28 +0200
commit92abf0cd89b512514a18754f913fb8d828ed5c8b (patch)
tree49e92ffbeef0267963f60435b3b77ecab617cf10 /NEWS
parentb86e75de8bc3a35620f069b7b00d680284d86eb5 (diff)
downloadlibtasn1-92abf0cd89b512514a18754f913fb8d828ed5c8b.tar.gz
libtasn1-92abf0cd89b512514a18754f913fb8d828ed5c8b.tar.bz2
libtasn1-92abf0cd89b512514a18754f913fb8d828ed5c8b.zip
Added asn1_read_node_value()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7cc4a10..cb4dfd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
GNU Libtasn1 NEWS -*- outline -*-
-* Noteworthy changes in release 2.14 (unreleased) [stable]
+* Noteworthy changes in release 3.0 (unreleased) [stable]
+- Added asn1_read_node_value() to obtain a node's value.
* Noteworthy changes in release 2.13 (2012-05-31) [stable]
- Updated fix for DER decoding issue to not depend on specific compilers.