commit | c7c82f3849f33d34637fa133fc906efbc4fd6aef | [log] [tgz] |
---|---|---|
author | Terry Chia <terrycwk1994@gmail.com> | Mon Oct 20 12:15:22 2014 +0800 |
committer | Terry Chia <terrycwk1994@gmail.com> | Mon Oct 20 22:59:27 2014 +0800 |
tree | fb7eb40edfee96637fce3835f9f387f9ac3a5b16 | |
parent | 73cb687bcf87fbb7d392c998bd3ad619b58fa6b0 [diff] [blame] |
Add to changelog. Document deprecation.
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 2ee2017..931aa96 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst
@@ -648,6 +648,8 @@ .. class:: CMACContext + `CMACContext` has been deprecated in favor of `MACContext`. + .. versionadded:: 0.4 .. method:: update(data)