diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-07-06 09:25:29 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-07-06 09:25:29 -0500 |
commit | 3df9a31fac4fb1fca9db573e56a0646387bc446c (patch) | |
tree | 6c0616b8d239cd649da3abb454e201974905aa75 | |
parent | 43a7f4b42956ffbeeac82f443a5ef11d24182325 (diff) | |
download | cryptography-3df9a31fac4fb1fca9db573e56a0646387bc446c.tar.gz cryptography-3df9a31fac4fb1fca9db573e56a0646387bc446c.tar.bz2 cryptography-3df9a31fac4fb1fca9db573e56a0646387bc446c.zip |
add windows static build info to the changelog. fixes #1216
-rw-r--r-- | CHANGELOG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a49f3f46..49edf5a9 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 are now linked statically 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 |