diff options
author | Vincent Driessen <me@nvie.com> | 2016-04-19 21:40:01 +0200 |
---|---|---|
committer | Vincent Driessen <me@nvie.com> | 2016-04-19 21:40:01 +0200 |
commit | 8da7852780a62d52c3d5012b89a4b15ecf989881 (patch) | |
tree | 08bd832e8e48ce190f9d6b9714852b497bb6ff2b /doc/source/changes.rst | |
parent | 2f1b69ad52670a67e8b766e89451080219871739 (diff) | |
parent | 4adafc5a99947301ca0ce40511991d6d54c57a41 (diff) | |
download | gitpython-8da7852780a62d52c3d5012b89a4b15ecf989881.tar.gz |
Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-output
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 84dd8dfe..4fdf39ca 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. +* IMPORTANT: This release drops support for python 2.6, which is officially deprecated by the python maintainers. + 1.0.2 - Fixes ============= |