summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-08 11:13:41 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-08 11:16:49 +0100
commit987f9bbd08446de3f9d135659f2e36ad6c9d14fb (patch)
tree08152431363821b26367fafa5c97990ceb26b700 /doc/source/changes.rst
parent27b4efed7a435153f18598796473b3fba06c513d (diff)
downloadgitpython-987f9bbd08446de3f9d135659f2e36ad6c9d14fb.tar.gz
Added support for rename detection in raw mode (which is the default).
Fixes #36
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 4983b3d0..bd768740 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -5,6 +5,7 @@ Changelog
0.3.5 - Bugfixes
================
* push/pull/fetch operations will not block anymore
+* diff() can now properly detect renames, both in patch and raw format. Previously it only worked when create_patch was True.
* A list of all fixed issues can be found here: https://github.com/gitpython-developers/GitPython/issues?q=milestone%3A%22v0.3.5+-+bugfixes%22+
0.3.4 - Python 3 Support