Skip to content

Commit f7a2d43

Browse files
committed
Wrap long lines for display in terminals
1 parent ec35edc commit f7a2d43

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/source/changes.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Changelog
77

88
* Fix: bug in `git-blame --incremental` output parser that broken when
99
commit messages contained `\r` characters
10-
* Fix: progress handler exceptions are not caught anymore, which would usually just hide bugs
11-
previously.
12-
* Fix: The `Git.execute` method will now redirect `stdout` to `devnull` if `with_stdout` is false,
13-
which is the intended behaviour based on the parameter's documentation.
10+
* Fix: progress handler exceptions are not caught anymore, which would
11+
usually just hide bugs previously.
12+
* Fix: The `Git.execute` method will now redirect `stdout` to `devnull` if
13+
`with_stdout` is false, which is the intended behaviour based on the
14+
parameter's documentation.
1415

1516
2.0.2 - Fixes
1617
=============

0 commit comments

Comments
 (0)