summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-06-14 07:51:25 +0200
committerVincent Driessen <me@nvie.com>2016-06-14 21:49:31 +0200
commit5e02afbb7343a7a4e07e3dcf8b845ea2764d927c (patch)
tree9ccd689ccc2435bfe7b04057998065bfbc086c55 /doc
parent105a8c0fb3fe61b77956c8ebd3216738c78a3dff (diff)
downloadgitpython-5e02afbb7343a7a4e07e3dcf8b845ea2764d927c.tar.gz
Fix for parsing non-ASCII chars in status lines
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 3f5b8c50..9efbc0f0 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -5,6 +5,8 @@ Changelog
2.0.6 - Fixes and Features
==========================
+* Fix: remote output parser now correctly matches refs with non-ASCII
+ chars in them
* Fix: TypeError about passing keyword argument to string decode() on
Python 2.6.
* Feature: `setUrl API on Remotes <https://github.com/gitpython-developers/GitPython/pull/446#issuecomment-224670539>`_