summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-05-29 10:32:50 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-05-29 10:32:50 +0200
commitce87a2bec5d9920784a255f11687f58bb5002c4c (patch)
tree5dd20a2bb3452777e02e4a0d53b6430e9b7223c9
parent98889c3ec73bf929cdcb44b92653e429b4955652 (diff)
downloadgitpython-ce87a2bec5d9920784a255f11687f58bb5002c4c.tar.gz
doc(changes): inform about new progress API
Related to #450
-rw-r--r--doc/source/changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 7bff18b8..928675d0 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -6,6 +6,9 @@ Changelog
=============
* Fix: `RemoteProgress` will now strip the ', ' prefix or suffix from messages.
+* API: Remote.[fetch|push|pull](...) methods now allow the ``progress`` argument to
+ be a callable. This saves you from creating a custom type with usually just one
+ implemented method.
2.0.3 - Fixes
=============