aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-06 09:28:29 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-06 09:28:29 -0500
commit8987bcb9c235c2ec3eb81f9608d4de633a7caa5e (patch)
tree5d3d9f52ba712b6c4f510103351ddd5d8918fcda /CHANGELOG.rst
parent3df9a31fac4fb1fca9db573e56a0646387bc446c (diff)
downloadcryptography-8987bcb9c235c2ec3eb81f9608d4de633a7caa5e.tar.gz
cryptography-8987bcb9c235c2ec3eb81f9608d4de633a7caa5e.tar.bz2
cryptography-8987bcb9c235c2ec3eb81f9608d4de633a7caa5e.zip
wordsmithing
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 49edf5a9..b7506b29 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -11,7 +11,7 @@ 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
+* 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.