aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index b7bc94b74..3fdf46b6d 100644
--- a/news.rst
+++ b/news.rst
@@ -51,6 +51,9 @@ Version 2.10.0, Not Yet Released
* Add ``--format=`` option to the ``hash`` cli which allows formatting the output
as base64 or base58, default output remains hex.
+* Add ``base58_enc`` and ``base58_dec`` cli utils for base58 encoding/decoding.
+ (GH #1848)
+
* Minor HMAC optimizations.
* Build fixes for GNU/Hurd.