From 36e9cfa80fcf8b53119adc787e54a5892ec1eb2c Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 10 Mar 2014 15:51:15 -0700 Subject: update NEWS for 0.11 release --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 8187425..ec39537 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +* Release 0.11 (10 Mar 2014) + +Add signature-encoding functions "sigencode_{strings,string,der}_canonize" +which canonicalize the S value (using the smaller of the two possible +values). Add "validate_point=" argument to VerifyingKey.from_string() +constructor (defaults to True) which can be used to disable time-consuming +point validation when importing a pre-validated verifying key. Drop python2.5 +support (untested but not explicitly broken yet), update trove classifiers. + * Release 0.10 (23 Oct 2013) Make the secp256k1 available in __init__.py too (thanks to Scott Bannert). -- cgit v1.2.1