Author: Armin Rigo <[email protected]> Branch: release-1.13 Changeset: r3311:31d60585c288 Date: 2019-11-03 07:36 +0100 http://bitbucket.org/cffi/cffi/changeset/31d60585c288/
Log: update whatsnew 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,15 @@ What's New ====================== +v1.13.2 +======= + +* re-release because the Linux wheels came with an attached version of libffi + that was very old and buggy (`issue #432`_). + +.. _`issue #432`: https://bitbucket.org/cffi/cffi/issues/432/ + + v1.13.1 ======= _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
