summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-02-07 17:02:55 +0100
committerArmin Rigo <arigo@tunes.org>2020-02-07 17:02:55 +0100
commit0231243d64093d5f13ee5d14ab2ec02143a4a16e (patch)
tree5310d156dc2ad24a0a5154140473663d22577469 /doc
parentbdf8865fc5cd8a946705a5afee8bd8638ad6be88 (diff)
downloadcffi-0231243d64093d5f13ee5d14ab2ec02143a4a16e.tar.gz
Move some whatsnew entries into the "Older version" heading
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 660608a..674ad22 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -82,8 +82,11 @@ v1.13
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.3
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.1
v1.12
-=====
+-----
* `Direct support for pkg-config`__.
@@ -154,9 +157,6 @@ v1.12
.. _`issue #362`: https://bitbucket.org/cffi/cffi/issues/362/
-Older Versions
-==============
-
v1.11.5
-------