summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/changes.rst')
-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 8cc9ca0d..b14df90a 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -7,6 +7,8 @@ Changelog
* 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
=============