@@ -5,9 +5,15 @@ What's New
55v2.1.0.dev0
66===========
77
8+ * Added the ``cffi-gen-src `` command-line tool (also invocable as
9+ ``python -m cffi.gen_src ``), which generates CFFI C extension
10+ source code, so that a build backend such as `meson-python `_ can build
11+ the extension. See :doc: `cffi-gen-src ` for details. Integrated from the
12+ `cffi-buildtool `_ project by Rose Davidson. (`#241 `_)
813* Added support for arm64 iOS wheels. (`#181 `_)
914* Dropped support for Python 3.9.
10- * Added support for Python 3.15 and support for C extensions generated by CFFI to target the new ``abi3t `` free-threaded ABI. (`#232 `_)
15+ * Added support for Python 3.15 and support for C extensions generated by CFFI
16+ to target the new ``abi3t `` free-threaded ABI. (`#232 `_)
1117* Avoid crashes inside of ``__delitem__ ``. (`#235 `_)
1218* Avoid "string too big" error under MSVC. (`#167 `_)
1319* Fix mingw builds. (`#198 `_)
@@ -17,6 +23,7 @@ v2.1.0.dev0
1723.. _`#198` : https://github.com/python-cffi/cffi/pull/198
1824.. _`#232` : https://github.com/python-cffi/cffi/pull/232
1925.. _`#235` : https://github.com/python-cffi/cffi/pull/235
26+ .. _`#241` : https://github.com/python-cffi/cffi/pull/241
2027
2128v2.0.0
2229======
@@ -26,12 +33,6 @@ v2.0.0
2633 with the limited API, so you must set py_limited_api=False when building
2734 extensions for the free-threaded build.
2835* Added support for Python 3.14. (`#177 `_)
29- * Added the ``cffi-gen-src `` command-line tool (also invocable as
30- ``python -m cffi.gen_src ``), which generates CFFI C extension
31- source code, so that a build backend such as `meson-python `_ can build
32- the extension. See :doc: `cffi-gen-src ` for details. Integrated from the
33- `cffi-buildtool `_ project by Rose Davidson.
34- * WIP
3536
3637.. _`meson-python` : https://meson-python.readthedocs.io/
3738.. _`cffi-buildtool` : https://github.com/inklesspen/cffi-buildtool
0 commit comments