summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-04-14 12:22:28 +0200
committerVincent Driessen <me@nvie.com>2016-04-14 12:46:19 +0200
commit07b124c118942bc1eec3a21601ee38de40a2ba0e (patch)
tree7fcb6f0e6f4e6072e694ebcf1bfa082986e42158
parent82b533f86cf86c96a16f96c815533bdda0585f48 (diff)
downloadgitpython-07b124c118942bc1eec3a21601ee38de40a2ba0e.tar.gz
Update changelog for next release
-rw-r--r--doc/source/changes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 84dd8dfe..dfd0a4a4 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,13 @@
Changelog
=========
+1.0.3 - Fixes
+=============
+
+* `Commit.diff()` now supports diffing the root commit via `Commit.diff(NULL_TREE)`.
+* `Repo.blame()` now respects `incremental=True`, supporting incremental blames. Incremental blames are slightly faster since they don't include the file's contents in them.
+
+
1.0.2 - Fixes
=============