diff --git a/README.rst b/README.rst index c267272..e57556e 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,42 @@ Authors Changelog ============== + +0.21.1 (2014-0X-XX) +------------------- + +- Install fix + `#382 `_ + +- Documentation improved, including + `#383 `_ + `#385 `_ + `#388 `_ + +- Documentation, use the read-the-docs theme + `#387 `_ + +- Coding style improvements + `#392 `_ + +- New ``Repository.state_cleanup()`` + `#386 `_ + +- New ``Index.has_conflicts`` and ``Index.conflicts`` #345 + `#345 `_ + `#389 `_ + +- New checkout option to define the target directory + `#390 `_ + +- Now the checkout strategy must be a keyword argument. + + Change ``Repository.checkout(refname, strategy)`` to + ``Repository.checkout(refname, strategy=strategy)`` + + Idem for checkout_head checkout_index and checkout_tree + + 0.21.0 (2014-06-27) -------------------