From 73f06c71d6fa8db403dc5999b033552463d48d5e Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 7 Jun 2015 23:17:39 -0500 Subject: add some info about pypy version support with cffi 1.0+ --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`. -- cgit v1.2.3