summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-04-19 21:35:30 +0200
committerVincent Driessen <me@nvie.com>2016-04-19 21:35:30 +0200
commit3297fe50067da728eb6f3f47764efb223e0d6ea4 (patch)
treee7cf8a66b178baf8fa4fcfddc46f2134c48042ab /doc/source/changes.rst
parent722473e86e64405ac5eb9cb43133f8953d6c65d0 (diff)
parent76e19e4221684f24ef881415ec6ccb6bab6eb8e8 (diff)
downloadgitpython-3297fe50067da728eb6f3f47764efb223e0d6ea4.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst2
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
=============