aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-07 23:17:39 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-06-07 23:27:54 -0500
commit73f06c71d6fa8db403dc5999b033552463d48d5e (patch)
tree64fd7468325fad0d35244451dfa0e7710d4ed801 /CHANGELOG.rst
parent81f327688811bd911731dd7a629dd132b02ac04d (diff)
downloadcryptography-73f06c71d6fa8db403dc5999b033552463d48d5e.tar.gz
cryptography-73f06c71d6fa8db403dc5999b033552463d48d5e.tar.bz2
cryptography-73f06c71d6fa8db403dc5999b033552463d48d5e.zip
add some info about pypy version support with cffi 1.0+
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index eacd934f..d29dad4c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,7 +8,9 @@ Changelog
* Switched to the new `cffi`_ ``set_source`` out-of-line API mode for
compilation. This results in significantly faster imports and lowered
- memory consumption.
+ memory consumption. Due to this change we no longer support PyPy releases
+ older than 2.6 nor do we support any released version of PyPy3 (until a
+ version supporting cffi 1.0 comes out).
* Support serialization of certificate signing requests using the
``public_bytes`` method of
:class:`~cryptography.x509.CertificateSigningRequest`.