summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-07-23 16:38:59 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-07-23 16:45:40 +0200
commit4006c4347788a078051dffd6b197bb0f19d50b86 (patch)
treef3891d8874ac9e20f0800c4d5f995579d2a8ccb4 /doc
parent1ec4389bc3d1653af301e93fe0a6b25a31da9f3d (diff)
downloadgitpython-4006c4347788a078051dffd6b197bb0f19d50b86.tar.gz
fix(diff): use explicit change-type if possible
That way, we do not have to figure the change type out by examining the diff object. It's implemented in a way that should yield more desireable results as we keep the change-type that git is providing us with. Fixes #493
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 b17e7592..9f8ebb51 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,12 @@
Changelog
=========
+2.0.8 - Bugfixes
+================
+
+* `DiffIndex.iter_change_type(...)` produces better results when diffing
+ an index against the working tree.
+
2.0.7 - New Features
====================