Author: Armin Rigo <[email protected]> Branch: Changeset: r565:d3ad38171573 Date: 2012-06-29 10:52 +0200 http://bitbucket.org/cffi/cffi/changeset/d3ad38171573/
Log: Document "new in version 0.2". diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -536,6 +536,9 @@ with "``...;``" and completed with ``verify()``; you need to declare it completely in ``cdef()``. +.. versionadded:: 0.2 + Aside from these limitations, functions and callbacks can return structs. + Variadic function calls ----------------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
