summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-06-14 07:51:25 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-06-14 07:52:07 +0200
commit5c8ff218cb3ee5d3dd9119007ea8478626f6d2ce (patch)
tree7a4863b42815597db7f377be49177f757b98556e
parent27f394a58b7795303926cd2f7463fc7187e1cce4 (diff)
downloadgitpython-5c8ff218cb3ee5d3dd9119007ea8478626f6d2ce.tar.gz
doc(changes): inform about new API
Relates to #446
-rw-r--r--doc/source/changes.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 9bf09065..3f5b8c50 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,11 +2,12 @@
Changelog
=========
-2.0.6 - Fixes
-=============
+2.0.6 - Fixes and Features
+==========================
* 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>`_
2.0.5 - Fixes
=============