aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-01-17 14:42:17 -0800
committerDavid Reid <dreid@dreid.org>2014-01-17 14:42:17 -0800
commit5b5b5b7fe0eed883427632823f46c706a3917a88 (patch)
tree417cde54ff030d17152fa6f7a6c4ab4ecb53b2db
parent16168d0023e00b4465cce46efa6e17895d4d112d (diff)
parent8ea6a82864ef0074b5b0b6e8327fd155b5075a12 (diff)
downloadcryptography-5b5b5b7fe0eed883427632823f46c706a3917a88.tar.gz
cryptography-5b5b5b7fe0eed883427632823f46c706a3917a88.tar.bz2
cryptography-5b5b5b7fe0eed883427632823f46c706a3917a88.zip
Merge pull request #478 from alex/document-cc-bindings
Document when the common crypto bindings were added
-rw-r--r--docs/changelog.rst5
-rw-r--r--docs/hazmat/bindings/commoncrypto.rst2
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.