diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-08 00:02:37 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-08 00:02:37 -0700 |
commit | 1658f948a5641d27a50f09dbd7b1cbf44408c34e (patch) | |
tree | 21de4d78b776172ef3ce76d9a22128f10cf0f64a | |
parent | 02f5caa833bf01e537f0bff94c3a71a675d234c4 (diff) | |
download | cryptography-1658f948a5641d27a50f09dbd7b1cbf44408c34e.tar.gz cryptography-1658f948a5641d27a50f09dbd7b1cbf44408c34e.tar.bz2 cryptography-1658f948a5641d27a50f09dbd7b1cbf44408c34e.zip |
Added a changelog entry
-rw-r--r-- | CHANGELOG.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 055c5abf..d0629c24 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,11 @@ Changelog .. note:: This version is not yet released and is under active development. +* Removed the, deprecated in 0.4, support for the ``salt_length`` argument to + the :class:`~cryptography.hazmat.primitives.asymmetric.padding.MGF1` + constructor. The ``salt_length`` should be passed to + :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` instead. + 0.5.1 - 2014-07-07 ~~~~~~~~~~~~~~~~~~ |