diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-10 00:44:13 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-10 00:44:13 -0700 |
| commit | 3fbdd4a63c3089b527bf9c1d48fc37a1b689243a (patch) | |
| tree | d61ae56f8581f58cd3b34fe21ff53a1a1d9e3581 | |
| parent | 524d01a55642e841efabb427f6933765ce6fc916 (diff) | |
| parent | 2456e66d9382f101f9875f84ffc364b89a7f82c8 (diff) | |
| download | cryptography-3fbdd4a63c3089b527bf9c1d48fc37a1b689243a.tar.gz cryptography-3fbdd4a63c3089b527bf9c1d48fc37a1b689243a.tar.bz2 cryptography-3fbdd4a63c3089b527bf9c1d48fc37a1b689243a.zip | |
Merge pull request #1242 from reaperhulk/update-052-changelog
add 0.5.2 changelog to master (backport from 0.5.x branch)
| -rw-r--r-- | CHANGELOG.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d0629c24..a5025e12 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -11,6 +11,14 @@ Changelog constructor. The ``salt_length`` should be passed to :class:`~cryptography.hazmat.primitives.asymmetric.padding.PSS` instead. +0.5.2 - 2014-07-09 +~~~~~~~~~~~~~~~~~~ + +* Add + :class:`~cryptography.hazmat.backends.interfaces.TraditionalOpenSSLSerializationBackend` + support to :doc:`/hazmat/backends/multibackend`. +* Fix compilation error on OS X 10.8 (Mountain Lion). + 0.5.1 - 2014-07-07 ~~~~~~~~~~~~~~~~~~ |
