summaryrefslogtreecommitdiff
path: root/doc/source/whatsnew.rst
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2021-10-13 10:41:52 -0700
committerMatt Davis <mrd@redhat.com>2021-10-13 10:41:52 -0700
commit13baf80187576dcfb4a2fed1cc34ef3a80b7fb10 (patch)
treef4f5c7594f73cb33a492db1ed346c1d9e5b0b461 /doc/source/whatsnew.rst
parent4d7e8223ff1059ec5ba363b97d521d80b64dd182 (diff)
parente9eaaac45c89e7b3fab12524049fdf7d2e18f6db (diff)
downloadcffi-13baf80187576dcfb4a2fed1cc34ef3a80b7fb10.tar.gz
hg merge release-1.15 to default
Diffstat (limited to 'doc/source/whatsnew.rst')
-rw-r--r--doc/source/whatsnew.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index ff09168..aa7f2fe 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -2,6 +2,23 @@
What's New
======================
+v1.15.0
+=======
+
+* Fixed MANIFEST.in to include missing file for Windows arm64 support
+
+* Fixed Linux wheel build to use gcc default ISA for libffi
+
+* Updated setup.py Python trove specifiers to currently-tested Python versions
+
+* CPython 3.10 support (including wheels)
+
+* MacOS arm64 support (including wheels)
+
+* Initial Windows arm64 support
+
+* Misc. doc and test updates
+
v1.14.6
=======