summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-07-24 14:54:55 +0200
committerArmin Rigo <arigo@tunes.org>2020-07-24 14:54:55 +0200
commit85d1d8120ce6e38daaff6b58dc68476c5709f0ca (patch)
tree90cca7eb8cba9da69f437bf91ce9150733e0cbb1 /doc
parentbeb36c88405b9d44c4cf5a0f869e1ac03052e111 (diff)
downloadcffi-85d1d8120ce6e38daaff6b58dc68476c5709f0ca.tar.gz
whatsnew: v1.14.1
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 674ad22..4b5199b 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -3,6 +3,25 @@ What's New
======================
+v1.14.1
+=======
+
+* CFFI source code is now `hosted on Heptapod`_.
+
+* Improved support for ``typedef int my_array_t[...];`` with an explicit
+ dot-dot-dot in API mode (`issue #453`_)
+
+* Windows (32 and 64 bits): multiple fixes for ABI-mode call to functions
+ that return a structure.
+
+* Experimental support for MacOS 11 on aarch64.
+
+* and a few other minor changes and bug fixes.
+
+.. _`hosted on Heptapod`: https://foss.heptapod.net/pypy/cffi/
+.. _`issue #453`: https://foss.heptapod.net/pypy/cffi/issues/453
+
+
v1.14
=====