aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-07-06 17:45:57 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-07-06 17:45:57 +0100
commitbc36f4cb207ed9b478817c9e87adac13b0b15552 (patch)
tree5d3d9f52ba712b6c4f510103351ddd5d8918fcda
parent43a7f4b42956ffbeeac82f443a5ef11d24182325 (diff)
parent8987bcb9c235c2ec3eb81f9608d4de633a7caa5e (diff)
downloadcryptography-bc36f4cb207ed9b478817c9e87adac13b0b15552.tar.gz
cryptography-bc36f4cb207ed9b478817c9e87adac13b0b15552.tar.bz2
cryptography-bc36f4cb207ed9b478817c9e87adac13b0b15552.zip
Merge pull request #1217 from reaperhulk/add-static-to-changelog
add windows static build info to the changelog. fixes #1216
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a49f3f46..b7506b29 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,6 +11,10 @@ Changelog
truncation of tags by default. Previous versions of ``cryptography`` allowed
tags to be truncated by default, applications wishing to preserve this
behavior (not recommended) can pass the ``min_tag_length`` argument.
+* Windows builds now statically link OpenSSL by default. When installing a
+ wheel on Windows you no longer need to install OpenSSL separately. Windows
+ users can switch between static and dynamic linking with an environment
+ variable. See :doc:`/installation` for more details.
* Added :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDFExpand`.
* Added :class:`~cryptography.hazmat.primitives.ciphers.modes.CFB8` support
for :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES` and