Skip to content

Commit 12d32b1

Browse files
committed
apply matti's review comments
1 parent c8cbfe1 commit 12d32b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

doc/source/whatsnew.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ What's New
55
v1.18.0.dev0
66
============
77

8-
* Added support for free threaded Python. (`XXX`)
8+
* Added support for free threaded Python. (`#178`_)
99
Note that the free-threaded build does not yet support building extensions
1010
with the limited API, so you must set py_limited_api=False when building
1111
extensions for the free-threaded build.
1212
* Added support for Python 3.14. (`#177`_)
1313
* WIP
1414

1515
.. _`#177`: https://github.com/python-cffi/cffi/pull/177
16+
.. _`#178`: https://github.com/python-cffi/cffi/pull/178
1617

1718
v1.17.1
1819
=======

0 commit comments

Comments
 (0)