Author: Armin Rigo <[email protected]> Branch: Changeset: r2255:eb32cc92fa65 Date: 2015-08-22 16:12 +0200 http://bitbucket.org/cffi/cffi/changeset/eb32cc92fa65/
Log: Be more explicit diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -6,6 +6,12 @@ v1.2.1 ====== +Nothing changed from v1.2.0. + + +v1.2.0 +====== + * Out-of-line mode: ``int a[][...];`` can be used to declare a structure field or global variable which is, simultaneously, of total length unknown to the C compiler (the ``a[]`` part) and each element is _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
