aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-23 19:47:59 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-23 19:47:59 -0800
commit99f9279ff2189c55940dfd70574c07ebbde40f9e (patch)
tree95d6c8a4f5cb8cbb43b070e54182aceb56d88c8f /docs/changelog.rst
parent46ffbfb98d8b531b0100195d53dbfc53bcd517f1 (diff)
parentb495790a40a530c63b231fee9c5f21cae8a85648 (diff)
downloadcryptography-99f9279ff2189c55940dfd70574c07ebbde40f9e.tar.gz
cryptography-99f9279ff2189c55940dfd70574c07ebbde40f9e.tar.bz2
cryptography-99f9279ff2189c55940dfd70574c07ebbde40f9e.zip
Merge pull request #322 from reaperhulk/windows-support
add platform check to set library names for linking on windows
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4b5a5be8..c8843821 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -10,6 +10,7 @@ Changelog
* Added initial :doc:`/hazmat/bindings/commoncrypto`.
* Removed ``register_cipher_adapter`` method from
:class:`~cryptography.hazmat.backends.interfaces.CipherBackend`.
+* Added support for the OpenSSL backend under Windows.
0.1 - 2014-01-08
~~~~~~~~~~~~~~~~