From c7c82f3849f33d34637fa133fc906efbc4fd6aef Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Mon, 20 Oct 2014 12:15:22 +0800 Subject: Add to changelog. Document deprecation. --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.rst') 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 ~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3