From 07b124c118942bc1eec3a21601ee38de40a2ba0e Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 14 Apr 2016 12:22:28 +0200 Subject: Update changelog for next release --- doc/source/changes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 ============= -- cgit v1.2.1