summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-05-24 19:31:45 +0200
committerVincent Driessen <me@nvie.com>2016-05-24 19:31:45 +0200
commitec35edc0150b72a7187f4d4de121031ad73c2050 (patch)
treea50915ea39a36adfdecc6c147d6ddbcdf8036113
parent123302cee773bc2f222526e036a57ba71d8cafa9 (diff)
downloadgitpython-ec35edc0150b72a7187f4d4de121031ad73c2050.tar.gz
Add fix to changelog
-rw-r--r--doc/source/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index b14df90a..412b92ea 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -5,6 +5,8 @@ Changelog
2.0.3 - Fixes
=============
+* Fix: bug in `git-blame --incremental` output parser that broken when
+ commit messages contained `\r` characters
* Fix: progress handler exceptions are not caught anymore, which would usually just hide bugs
previously.
* Fix: The `Git.execute` method will now redirect `stdout` to `devnull` if `with_stdout` is false,