aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 689fcfc9..c8cec58d 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,10 +8,9 @@ Changelog
* More bit-lengths are now support for ``p`` and ``q`` when loading DSA keys
from numbers.
-
-* Added `~cryptography.hazmat.primitives.interfaces.MACContext` as a common
- interface for CMAC and HMAC and deprecated
- `~cryptography.hazmat.primitives.interfaces.CMACContext`.
+* Added :class:`~cryptography.hazmat.primitives.interfaces.MACContext` as a
+ common interface for CMAC and HMAC and deprecated
+ :class:`~cryptography.hazmat.primitives.interfaces.CMACContext`.
0.6.1 - 2014-10-15
~~~~~~~~~~~~~~~~~~