aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 518bc607..4c866f65 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -161,8 +161,7 @@ Changelog
* More bit-lengths are now supported for ``p`` and ``q`` when loading DSA keys
from numbers.
* Added :class:`~cryptography.hazmat.primitives.interfaces.MACContext` as a
- common interface for CMAC and HMAC and deprecated
- :class:`~cryptography.hazmat.primitives.interfaces.CMACContext`.
+ common interface for CMAC and HMAC and deprecated ``CMACContext``.
* Added support for encoding and decoding :rfc:`6979` signatures in
:doc:`/hazmat/primitives/asymmetric/utils`.
* Added