summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8ec7ede..4d56207 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,6 +18,10 @@ Fixed
Added
~~~~~
+- Add ``compute_hash_digest`` as a method of ``Algorithm`` objects, which uses
+ the underlying hash algorithm to compute a digest. If there is no appropriate
+ hash algorithm, a ``NotImplementedError`` will be raised
+
`v2.6.0 <https://github.com/jpadilla/pyjwt/compare/2.5.0...2.6.0>`__
-----------------------------------------------------------------------