diff options
author | Vincent Driessen <me@nvie.com> | 2016-04-19 21:35:30 +0200 |
---|---|---|
committer | Vincent Driessen <me@nvie.com> | 2016-04-19 21:35:30 +0200 |
commit | 3297fe50067da728eb6f3f47764efb223e0d6ea4 (patch) | |
tree | e7cf8a66b178baf8fa4fcfddc46f2134c48042ab /doc/source/changes.rst | |
parent | 722473e86e64405ac5eb9cb43133f8953d6c65d0 (diff) | |
parent | 76e19e4221684f24ef881415ec6ccb6bab6eb8e8 (diff) | |
download | gitpython-3297fe50067da728eb6f3f47764efb223e0d6ea4.tar.gz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r-- | doc/source/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index dfd0a4a4..4fdf39ca 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -7,7 +7,7 @@ Changelog * `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 ============= |