aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorTerry Chia <terrycwk1994@gmail.com>2014-10-20 12:15:22 +0800
committerTerry Chia <terrycwk1994@gmail.com>2014-10-20 22:59:27 +0800
commitc7c82f3849f33d34637fa133fc906efbc4fd6aef (patch)
treefb7eb40edfee96637fce3835f9f387f9ac3a5b16 /CHANGELOG.rst
parent73cb687bcf87fbb7d392c998bd3ad619b58fa6b0 (diff)
downloadcryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.tar.gz
cryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.tar.bz2
cryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.zip
Add to changelog. Document deprecation.
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 70e30e66..689fcfc9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -9,6 +9,10 @@ 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`.
+
0.6.1 - 2014-10-15
~~~~~~~~~~~~~~~~~~