Author: Armin Rigo <[email protected]> Branch: Changeset: r3093:e8f05076085c Date: 2018-01-31 21:52 +0100 http://bitbucket.org/cffi/cffi/changeset/e8f05076085c/
Log: Document issue #357 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,17 @@ What's New ====================== + +v1.11.5 +======= + +* `Issue #357`_: fix ``ffi.emit_python_code()`` which generated a buggy + Python file if you are using a ``struct`` with an anonymous ``union`` + field or vice-versa. + +.. _`Issue #357`: https://bitbucket.org/cffi/cffi/issues/357/ + + v1.11.4 ======= _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
