Skip to content

Commit 4e62858

Browse files
authored
update whatsnew.rst for 1.17.1 (#121)
1 parent 5982be1 commit 4e62858

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

doc/source/whatsnew.rst

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22
What's New
33
======================
44

5-
v1.17
6-
=====
5+
v1.17.1
6+
=======
7+
8+
* Fix failing ``distutils.msvc9compiler`` imports under Windows (`#118`_).
9+
* ``ffibuilder.emit_python_code()`` and ``ffibuiler.emit_c_code()`` accept file-like objects (`#115`_).
10+
* ``ffiplatform`` calls are bypassed by ``ffibuilder.emit_python_code()`` and ``ffibuilder.emit_c_code()`` (`#81`_).
11+
12+
.. _`#118`: https://github.com/python-cffi/cffi/pull/118
13+
.. _`#115`: https://github.com/python-cffi/cffi/pull/115
14+
.. _`#81`: https://github.com/python-cffi/cffi/pull/81
15+
16+
v1.17.0
17+
=======
718

819
* In API mode, when you get a function from a C library by writing
920
`fn = lib.myfunc`, you get an object of a special type for performance
@@ -18,8 +29,8 @@ v1.17
1829
structure field of the correct pointer-to-function type, or use
1930
`ffi.cast()` or `ffi.typeof()` on it.
2031

21-
v1.16.0rc1
22-
==========
32+
v1.16.0
33+
=======
2334

2435
* Add support for Python 3.12. With the removal of ``distutils`` from Python 3.12, projects
2536
using CFFI features that depend on ``distutils`` at runtime must add a dependency on
@@ -29,6 +40,9 @@ v1.16.0rc1
2940
* Add support for PEP517 builds; ``setuptools`` is now a required build dependency.
3041
* Declare ``python_requires`` metadata for Python 3.8+. This allows unsupported Pythons
3142
to continue using previously released sdists and wheels.
43+
* Upstream project hosting moved from Heptapod to `GitHub`_.
44+
45+
.. _`GitHub`: https://github.com/python-cffi/cffi
3246

3347
v1.15.1
3448
=======

0 commit comments

Comments
 (0)