summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <me@nvie.com>2016-05-24 19:31:58 +0200
committerVincent Driessen <me@nvie.com>2016-05-24 19:31:58 +0200
commitf7a2d43495eb184b162f8284c157288abd36666a (patch)
treef0934ecf934238f5d1a55a455dab2ddc8fb9a265
parentec35edc0150b72a7187f4d4de121031ad73c2050 (diff)
downloadgitpython-f7a2d43495eb184b162f8284c157288abd36666a.tar.gz
Wrap long lines for display in terminals
-rw-r--r--doc/source/changes.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 412b92ea..2501df62 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -7,10 +7,11 @@ Changelog
* 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,
- which is the intended behaviour based on the parameter's documentation.
+* 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, which is the intended behaviour based on the
+ parameter's documentation.
2.0.2 - Fixes
=============