summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-05-20 22:35:05 +0200
committerArmin Rigo <arigo@tunes.org>2015-05-20 22:35:05 +0200
commit9073cdc1140901d6eb97c894f498e9ed9732e517 (patch)
tree52775d338d1cb0d2bcd6927b991edaee48b0cdf1
parente9c5e74da5edd0b744e681a3d2096b8b7b63a515 (diff)
downloadcffi-9073cdc1140901d6eb97c894f498e9ed9732e517.tar.gz
Mention 33a80cca1c69.
-rw-r--r--doc/source/whatsnew.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 538dce8..50bbc42 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -6,6 +6,9 @@ What's New
1.0.1
=====
+* ``ffi.set_source()`` crashed if passed a ``sources=[..]`` argument.
+ Fixed by chrippa on pull request #60.
+
* Issue #193: if we use a struct between the first cdef() where it is
declared and another cdef() where its fields are defined, then this
definition was ignored.