diff --git a/CHANGELOG b/CHANGELOG index 88d21d684..9484b0b75 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,11 @@ -2.7.2 (compared to 2.7.1) +2.7.3 (compared to 2.7.2) ----------------------------- -- preserve warning functions after call to pytest.deprecated_call +- preserve warning functions after call to pytest.deprecated_call. Thanks + Pieter Mulder for PR. + +2.7.2 (compared to 2.7.1) +----------------------------- - fix issue767: pytest.raises value attribute does not contain the exception instance on Python 2.6. Thanks Eric Siegerman for providing the test