summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-01-06 07:56:13 +0100
committerArmin Rigo <arigo@tunes.org>2020-01-06 07:56:13 +0100
commit880785c863d1ed594e3fd1eef1df89f27c813a19 (patch)
tree027f4bfafdded9258136129ca2da354f05255e9d /doc
parenta02e8e0e92ff7140d6db1bb3f4252cfc1b0399a4 (diff)
downloadcffi-880785c863d1ed594e3fd1eef1df89f27c813a19.tar.gz
Document c1e3a0dc7ac4
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 9606edf..163f18e 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -2,6 +2,14 @@
What's New
======================
+
+v1.14
+=====
+
+* ``ffi.dlopen()`` can now be called with a handle (as a ``void *``) to an
+ already-opened C library.
+
+
v1.13.2
=======