summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2022-02-01 12:45:54 -0800
committerMatt Davis <mrd@redhat.com>2022-02-01 12:45:54 -0800
commit9e984b60753f37fd539481fa0dd98a77580fadc6 (patch)
treeea561f7b63f6158e61b39f208665d2a4058e76ff
parentc5f8e99eb87818859f93ae7dab9ca3fe36378436 (diff)
downloadcffi-9e984b60753f37fd539481fa0dd98a77580fadc6.tar.gz
updated whatsnew.rstupdate_libffi_arm64
-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
=======