From ae6e26ed4abac8b5e4e0a893da5546cd165d48e7 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 11 Sep 2016 11:23:22 +0200 Subject: fix(tag): resolve `commit` objects deeply. As TagObjects can point to other TagObjects, we need to keep going in order to resolve the final commit. Fixes #503 --- doc/source/changes.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index bba538be..1feacab8 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,12 @@ Changelog ========= +2.0.9 - Bugfixes +============================= + +* `tag.commit` will now resolve commits deeply. + +* `DiffIndex.iter_change_type(...)` produces better results when diffing 2.0.8 - Features and Bugfixes ============================= -- cgit v1.2.3