summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 2f32935..ff2b7ba 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -8,6 +8,9 @@ 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
=======