summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Maier <maiera@de.ibm.com>2016-06-01 10:02:44 +0200
committerAndreas Maier <maiera@de.ibm.com>2016-06-01 10:02:44 +0200
commit55969cb6034d5b416946cdb8aaf7223b1c3cbea6 (patch)
tree03c1296db171302d18844c52900d856d800b6a00 /doc
parent2219f13eb6e18bdd498b709e074ff9c7e8cb3511 (diff)
downloadgitpython-55969cb6034d5b416946cdb8aaf7223b1c3cbea6.tar.gz
Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6
Diffstat (limited to 'doc')
-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
=============