summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
=============