From 5f93d9d0c49f924fb33aee046c272859dd02eddd Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Wed, 5 Jan 2022 18:32:04 +0100 Subject: [PATCH] release 0.18.0-beta2 --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index b18624e1..cc5b2cf0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +* Release 0.18.0-beta2 (05 Jan 2022) + +New features: +* Support for point precomputation for EdDSA. + +Maintenance: +* Fix few typos (thanks to Tim Gates and Kian Meng Ang). + +Bug fix: +* Accept private EdDSA keys that include public key in the ASN.1 structure. +* Fix incompatibility with Python 3.3 in handling of memoryviews of empty + strings. + * Release 0.18.0-beta1 (03 Aug 2021) New features: