summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-05-30 19:17:05 +0200
committerVincent Driessen <me@nvie.com>2016-05-30 19:17:05 +0200
commitc4ace5482efa4ca8769895dc9506d8eccfb0173d (patch)
tree6ff7711ffc556a0b2a805628259219d5ce7b0e80
parent79fdaf349fa8ad3524f67f1ef86c38ecfc317585 (diff)
downloadgitpython-c4ace5482efa4ca8769895dc9506d8eccfb0173d.tar.gz
Update changelog
-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 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.