summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-05-24 15:55:40 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-05-24 15:55:40 +0200
commit7a8f96cc8a5135a0ece19e600da914dabca7d215 (patch)
treeb1e67c028e1dce9693ffe4282d42f87bc628cb0a /doc
parentdb44286366a09f1f65986db2a1c8b470fb417068 (diff)
downloadgitpython-7a8f96cc8a5135a0ece19e600da914dabca7d215.tar.gz
fix(cmd): don't catch progress handler exceptions
Fixes #435
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 51d3954a..8cc9ca0d 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,6 +2,12 @@
Changelog
=========
+2.0.3 - Fixes
+=============
+
+* Fix: progress handler exceptions are not caught anymore, which would usually just hide bugs
+ previously.
+
2.0.2 - Fixes
=============