Author: Armin Rigo <[email protected]> Branch: Changeset: r3324:67ebe3890965 Date: 2020-01-06 07:56 +0100 http://bitbucket.org/cffi/cffi/changeset/67ebe3890965/
Log: Document c1e3a0dc7ac4 diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- 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 ======= _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
