From bcce5c13bab4bf26794fa3cb689d98e806e60d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Sat, 19 Jul 2014 13:00:35 +0200 Subject: [PATCH] Start changelog for the upcoming release --- README.rst | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) 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) -------------------