Author: Armin Rigo <[email protected]> Branch: Changeset: r2666:9971e9cc37dd Date: 2016-04-17 19:14 +0200 http://bitbucket.org/cffi/cffi/changeset/9971e9cc37dd/
Log: Mention ffi.unpack(), full doc later diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -8,6 +8,8 @@ * ffi.list_types() +* ffi.unpack() + v1.5.2 ====== _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
