[pypy-commit] cffi default: Move some whatsnew entries into the "Older version" heading

arigo pypy.commits at gmail.com
Fri Feb 7 11:04:36 EST 2020


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r3341:41fecd428c08
Date: 2020-02-07 17:02 +0100
http://bitbucket.org/cffi/cffi/changeset/41fecd428c08/

Log:	Move some whatsnew entries into the "Older version" heading

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -82,8 +82,11 @@
   recursion, with ``ffi.cdef("""struct X { void(*fnptr)(struct X); };""")``
 
 
+Older Versions
+==============
+
 v1.12.3
-=======
+-------
 
 * Fix for nested struct types that end in a var-sized array (#405).
 
@@ -94,13 +97,13 @@
 
 
 v1.12.2
-=======
+-------
 
 * Added temporary workaround to compile on CPython 3.8.0a2.
 
 
 v1.12.1
-=======
+-------
 
 * CPython 3 on Windows: we again no longer compile with ``Py_LIMITED_API``
   by default because such modules *still* cannot be used with virtualenv.
@@ -116,7 +119,7 @@
 
 
 v1.12
-=====
+-----
 
 * `Direct support for pkg-config`__.
 
@@ -154,9 +157,6 @@
 .. _`issue #362`: https://bitbucket.org/cffi/cffi/issues/362/
 
 
-Older Versions
-==============
-
 v1.11.5
 -------
 


More information about the pypy-commit mailing list