aboutsummaryrefslogtreecommitdiffstats
path: root/docs
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 /docs
parent73cb687bcf87fbb7d392c998bd3ad619b58fa6b0 (diff)
downloadcryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.tar.gz
cryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.tar.bz2
cryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.zip
Add to changelog. Document deprecation.
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/interfaces.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 2ee2017c..931aa962 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -648,6 +648,8 @@ Key derivation functions
.. class:: CMACContext
+ `CMACContext` has been deprecated in favor of `MACContext`.
+
.. versionadded:: 0.4
.. method:: update(data)