diff options
author | David Reid <dreid@dreid.org> | 2014-01-17 14:42:17 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-01-17 14:42:17 -0800 |
commit | 5b5b5b7fe0eed883427632823f46c706a3917a88 (patch) | |
tree | 417cde54ff030d17152fa6f7a6c4ab4ecb53b2db /docs/changelog.rst | |
parent | 16168d0023e00b4465cce46efa6e17895d4d112d (diff) | |
parent | 8ea6a82864ef0074b5b0b6e8327fd155b5075a12 (diff) | |
download | cryptography-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
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 5 |
1 files changed, 4 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 ~~~~~~~~~~~~~~~~ |