summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-10-21 11:35:17 +0200
committerArmin Rigo <arigo@tunes.org>2019-10-21 11:35:17 +0200
commit9fccd983ff6bdcc405bf4078c36841cf1201f4c3 (patch)
treef39400c4f60193baa7c803c2611d33976312ae43 /doc
parent6ea8b8f9c0bbe87ba21b51c1bb540ea0e69a4e60 (diff)
downloadcffi-9fccd983ff6bdcc405bf4078c36841cf1201f4c3.tar.gz
update whatsnew
Diffstat (limited to 'doc')
-rw-r--r--doc/source/whatsnew.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index 1b806ca..6caab06 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -12,9 +12,13 @@ v1.13.1
the purposes of ``cdef()``, but the reason for deprecating the bare version
is that (as far as I know) it would always be mistake in a real C header.
+* fix the regression ``RuntimeError: found a situation in which we try
+ to build a type recursively`` (`issue #429`_).
+
* fixed `issue #427`_ where a multithreading mistake in the embedding logic
initialization code would cause deadlocks on CPython 3.7.
+.. _`issue #429`: https://bitbucket.org/cffi/cffi/issues/429/
.. _`issue #427`: https://bitbucket.org/cffi/cffi/issues/427/