[pypy-commit] cffi default: Document "new in version 0.2".

arigo noreply at buildbot.pypy.org
Fri Jun 29 10:58:47 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
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
 -----------------------


More information about the pypy-commit mailing list