summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2018-01-31 21:52:13 +0100
committerArmin Rigo <arigo@tunes.org>2018-01-31 21:52:13 +0100
commit6974f13c58cda264fc249ebb683c3ccae0423f7e (patch)
tree8f88940caaff8f0cf76156813a20a89134e59fd8
parent9c46cb8b1bf9d9f7c641b80127e160f44ec80d04 (diff)
downloadcffi-6974f13c58cda264fc249ebb683c3ccae0423f7e.tar.gz
Document issue #357
-rw-r--r--doc/source/whatsnew.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 2414b1d..4cf463f 100644
--- 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
=======