aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-10-20 12:15:22 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-10-20 10:42:00 -0700
commitff5ec86837be8eefb6f7cb819433cf1878e31d26 (patch)
tree65ba7a2a99fc13bccfd05d650ab0429aceccf3f8 /CHANGELOG.rst
parentc7c82f3849f33d34637fa133fc906efbc4fd6aef (diff)
downloadcryptography-ff5ec86837be8eefb6f7cb819433cf1878e31d26.tar.gz
cryptography-ff5ec86837be8eefb6f7cb819433cf1878e31d26.tar.bz2
cryptography-ff5ec86837be8eefb6f7cb819433cf1878e31d26.zip
Add to changelog. Document deprecation.
Diffstat (limited to 'CHANGELOG.rst')
-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
~~~~~~~~~~~~~~~~~~