diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-17 16:08:46 -0600 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-17 16:08:46 -0600 |
commit | 8ea6a82864ef0074b5b0b6e8327fd155b5075a12 (patch) | |
tree | 417cde54ff030d17152fa6f7a6c4ab4ecb53b2db /docs | |
parent | 16168d0023e00b4465cce46efa6e17895d4d112d (diff) | |
download | cryptography-8ea6a82864ef0074b5b0b6e8327fd155b5075a12.tar.gz cryptography-8ea6a82864ef0074b5b0b6e8327fd155b5075a12.tar.bz2 cryptography-8ea6a82864ef0074b5b0b6e8327fd155b5075a12.zip |
Document when the common crypto bindings were added
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 5 | ||||
-rw-r--r-- | docs/hazmat/bindings/commoncrypto.rst | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 41db635e..289992f4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,12 @@ Changelog ========= + 0.2 - 2014-XX-XX ~~~~~~~~~~~~~~~~ -* In development. +**In development** + +* Added initial CommonCrypto bindings. 0.1 - 2014-01-08 ~~~~~~~~~~~~~~~~ diff --git a/docs/hazmat/bindings/commoncrypto.rst b/docs/hazmat/bindings/commoncrypto.rst index 25535e02..c4f614c2 100644 --- a/docs/hazmat/bindings/commoncrypto.rst +++ b/docs/hazmat/bindings/commoncrypto.rst @@ -5,6 +5,8 @@ CommonCrypto Binding .. currentmodule:: cryptography.hazmat.bindings.commoncrypto.binding +.. versionadded:: 0.2 + These are `CFFI`_ bindings to the `CommonCrypto`_ C library. It is available on Mac OS X. |