diff options
Diffstat (limited to 'doc/source/changes.rst')
| -rw-r--r-- | doc/source/changes.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 7bff18b8..9bf09065 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,10 +2,29 @@ Changelog ========= +2.0.6 - Fixes +============= + +* Fix: TypeError about passing keyword argument to string decode() on + Python 2.6. + +2.0.5 - Fixes +============= + +* Fix: parser of fetch info lines choked on some legitimate lines + 2.0.4 - Fixes ============= +* Fix: parser of commit object data is now robust against cases where + commit object contains invalid bytes. The invalid characters are now + replaced rather than choked on. +* Fix: non-ASCII paths are now properly decoded and returned in + ``.diff()`` output * 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 ============= |
