summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-09-11 11:23:22 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-09-11 11:23:22 +0200
commitae6e26ed4abac8b5e4e0a893da5546cd165d48e7 (patch)
tree9ad92cf202f39ea4aa991572cb7fae25760e405e /doc
parentdf65f51de6ba67138a48185ff2e63077f7fe7ce6 (diff)
downloadgitpython-ae6e26ed4abac8b5e4e0a893da5546cd165d48e7.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst6
1 files changed, 6 insertions, 0 deletions
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
=============================