Skip to content

Commit

Permalink
update NEWS for 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Oct 4, 2011
1 parent 31fef31 commit f03abf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f03abf9

Please sign in to comment.