summaryrefslogtreecommitdiff
path: root/doc/source/whatsnew.rst
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2022-06-29 14:18:20 -0700
committerMatt Davis <mrd@redhat.com>2022-06-29 14:18:20 -0700
commita70b1c7085907fa8788aeda91a6794862227b32d (patch)
tree1cb58cb08e8ecf0dfcb8f59ff8ac63a6df6f7c8d /doc/source/whatsnew.rst
parente9eaaac45c89e7b3fab12524049fdf7d2e18f6db (diff)
parenteaa9538f4130d7953297e1926ec4c08bd6c8d9f0 (diff)
downloadcffi-a70b1c7085907fa8788aeda91a6794862227b32d.tar.gz
hg merge default to release-1.15
Diffstat (limited to 'doc/source/whatsnew.rst')
-rw-r--r--doc/source/whatsnew.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index aa7f2fe..ff2b7ba 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -2,6 +2,15 @@
What's New
======================
+v1.15.1
+=======
+
+* If you call `ffi.embedding_api()` but don't write any `extern "Python"`
+ function there, then the resulting C code would fail an assert. Fixed.
+
+* Updated Windows/arm64 embedded libffi static lib to v3.4.2, and scripted
+ to ease future updates (thanks Niyas Sait!)
+
v1.15.0
=======