summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2021-12-28 14:36:50 +0100
committerArmin Rigo <arigo@tunes.org>2021-12-28 14:36:50 +0100
commit70d3c556b53bdd6a3a5d1515d2807b1779610b69 (patch)
treec991e66ed6226268658471c1831b42c6779a8b8a
parent3a5b3cab927dbf83012e9e6173c81375e36fda41 (diff)
downloadcffi-70d3c556b53bdd6a3a5d1515d2807b1779610b69.tar.gz
update whatsnew
-rw-r--r--doc/source/whatsnew.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index aa7f2fe..2f32935 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -2,6 +2,12 @@
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.
+
v1.15.0
=======