summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2011-10-04 18:49:25 -0400
committerBrian Warner <warner@lothar.com>2011-10-04 18:49:25 -0400
commitf03abf93968019758c6e00753d1b34b87fecd27e (patch)
tree023588d761fe63fef130de48b720045bbc77c61b
parent31fef3102bbdebe8699797a0de8b3d185ae54cb4 (diff)
downloadecdsa-f03abf93968019758c6e00753d1b34b87fecd27e.tar.gz
update NEWS for 0.8 releasepython-ecdsa-0.8
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40085ff..680ce41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+* Release 0.8 (04 Oct 2011)
+
+Small API addition: accept a hashfunc= argument in the constructors for
+SigningKey and VerifyingKey. This makes it easier to write wrappers that e.g.
+use NIST256p and SHA256 without their obligating callers to pass
+hashfunc=sha256 in each time they call sign() or verify().
+
* Release 0.7 (28 Nov 2010)
Fix test failure against OpenSSL-1.0.0 (previous versions only worked against