Author: Armin Rigo <[email protected]> Branch: Changeset: r84964:503409ea9765 Date: 2016-06-06 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/503409ea9765/
Log: link to the whatsnew of cffi 1.7 diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst b/pypy/doc/release-pypy2.7-v5.3.0.rst --- a/pypy/doc/release-pypy2.7-v5.3.0.rst +++ b/pypy/doc/release-pypy2.7-v5.3.0.rst @@ -11,7 +11,9 @@ We also improved the speed of ... and ... -We updated cffi_ to ... +We updated cffi_ to version 1.7 (small changes, documented here__). + +.. __: http://cffi.readthedocs.io/en/latest/whatsnew.html You can download the PyPy2.7 v5.3 release here: _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
