diff --git a/README.rst b/README.rst index 9f3b798..c0581ce 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ pygit2 - libgit2 bindings in Python :target: http://travis-ci.org/libgit2/pygit2 Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 -implements the core of Git. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4 and +implements Git plumbing. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4 and PyPy 2.6 Links: @@ -28,12 +28,19 @@ Changelog 0.23.1 (2015-XX-XX) ------------------------- -- Upgrade to cffi 1.0+ +- Improve support for cffi 1.0+ `#529 `_ + `#561 `_ - Fix ``Remote.push`` `#557 `_ +- New ``TreeEntry.type`` + `#560 `_ + +- New ``pygit2.GIT_DIFF_SHOW_BINARY`` + `#566 `_ + 0.23.0 (2015-08-14) ------------------------- diff --git a/docs/install.rst b/docs/install.rst index 0a0a5c4..6b4e4c3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -19,6 +19,9 @@ Requirements - Libssh2, optional, used for SSH network operations. - pkg-config, optional, used for SSH network operations. +It should work with older versions of cffi and PyPy, but using cffi 1.0+ +(and PyPy 2.6+) is strongly encouraged. + .. warning:: One common mistake users do is to choose incompatible versions of libgit2