From c4ace5482efa4ca8769895dc9506d8eccfb0173d Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 30 May 2016 19:17:05 +0200 Subject: Update changelog --- doc/source/changes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/changes.rst b/doc/source/changes.rst index dd7a3815..273b9ad0 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -5,6 +5,9 @@ Changelog 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. -- cgit v1.2.1