summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-06-01 11:36:27 +0200
committerVincent Driessen <me@nvie.com>2016-06-01 11:36:27 +0200
commit7548a5c43f8c39a8143cdfb9003838e586313078 (patch)
tree03c1296db171302d18844c52900d856d800b6a00 /doc/source
parent2219f13eb6e18bdd498b709e074ff9c7e8cb3511 (diff)
parent55969cb6034d5b416946cdb8aaf7223b1c3cbea6 (diff)
downloadgitpython-7548a5c43f8c39a8143cdfb9003838e586313078.tar.gz
Merge pull request #459 from andy-maier/fix-457-typerror-on-py26
Fixes #457: 'TypeError: decode() takes no keyword arguments' on Python 2.6
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 4623fdc4..9bf09065 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -5,7 +5,8 @@ Changelog
2.0.6 - Fixes
=============
-* ...
+* Fix: TypeError about passing keyword argument to string decode() on
+ Python 2.6.
2.0.5 - Fixes
=============