[pypy-commit] cffi default: Document issue #357

arigo pypy.commits at gmail.com
Wed Jan 31 15:52:25 EST 2018


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


More information about the pypy-commit mailing list