diff --git a/README.rst b/README.rst index a76fee9..272b149 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,38 @@ Authors Changelog ============== +0.20.3 (2014-04-XX) +------------------- + +- A number of memory issues fixed + `#328 `_ + `#348 `_ + `#353 `_ + `#355 `_ + `#356 `_ +- Compatibility fixes for + PyPy (`#338 `_), + Visual Studio 2008 (`#343 `_) + and Python 3.3 (`#351 `_) +- Make the sort mode parameter in ``Repository.walk(...)`` optional + `#337 `_ +- New ``Object.peel(...)`` + `#342 `_ +- New ``Index.add_all(...)`` + `#344 `_ +- Introduce support for libgit2 options + `#350 `_ +- More informative repr for ``Repository`` objects + `#352 `_ +- Introduce support for credentials + `#354 `_ +- Several documentation fixes + `#302 `_ + `#336 `_ +- Tests, remove temporary files + `#341 `_ + + 0.20.2 (2014-02-04) -------------------