diff --git a/CHANGELOG b/CHANGELOG index b837d0a69..89737dd73 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ NEXT (2.6) ----------------------------------- +- fix issue 475: fail early and comprehensible if calling + pytest.raises with wrong exception type. + - change XPASS colour to yellow rather then red when tests are run with -v.