diff options
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 ============= |