aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-12-10 08:27:05 -0500
committerJack Lloyd <[email protected]>2018-12-10 08:27:05 -0500
commit965a8bfa31553e439898100913150ea4df1f734e (patch)
treec48c6a3ed8ea6319e26c23cd2aeb0c24ed9da539 /news.rst
parent29fbcceaf4d46b13dc78018863dd157000117fe9 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/news.rst b/news.rst
index 7a0be3795..2acb039e6 100644
--- a/news.rst
+++ b/news.rst
@@ -29,7 +29,9 @@ Version 2.9.0, Not Yet Released
* Several optimizations for BigInt and ECC, improving ECDSA performance by as
much as 20%. (GH #1734 #1737 #1777 #1750 #1737)
-* Add base58 encoding/decoding
+* Support recovering an ECDSA public key from a message/signature pair (GH #664 #1784)
+
+* Add base58 encoding/decoding functions (GH #1783)
* In the command line interface, add support for reading passphrases from the
terminal with echo disabled (GH #1756)