From ce87a2bec5d9920784a255f11687f58bb5002c4c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 29 May 2016 10:32:50 +0200 Subject: doc(changes): inform about new progress API Related to #450 --- doc/source/changes.rst | 3 +++ 1 file changed, 3 insertions(+) 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 ============= -- cgit v1.2.1