[pypy-commit] cffi default: Mention that 0.10.1 is only inside PyPy 5.8.0

arigo pypy.commits at gmail.com
Fri Jun 2 09:45:00 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2968:f4ff36763712
Date: 2017-06-02 15:44 +0200
http://bitbucket.org/cffi/cffi/changeset/f4ff36763712/

Log:	Mention that 0.10.1 is only inside PyPy 5.8.0

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -22,6 +22,8 @@
 v1.10.1
 =======
 
+(only released inside PyPy 5.8.0)
+
 * Fixed the line numbers reported in case of ``cdef()`` errors.
   Also, I just noticed, but pycparser always supported the preprocessor
   directive ``# 42 "foo.h"`` to mean "from the next line, we're in file


More information about the pypy-commit mailing list