Author: Armin Rigo <[email protected]> Branch: Changeset: r81817:d09d5a7e36c5 Date: 2016-01-15 19:52 +0100 http://bitbucket.org/pypy/pypy/changeset/d09d5a7e36c5/
Log: update whatsnew-head.rst diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -114,3 +114,8 @@ .. branch: globals-quasiimmut Optimize global lookups. + +.. branch: cffi-static-callback-embedding + +Updated to CFFI 1.5, which supports a new way to do embedding. +Deprecates http://pypy.readthedocs.org/en/latest/embedding.html. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
