From 27a98788a81703b7587c73b6423c72302355ec89 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 26 Jun 2015 00:30:26 -0300 Subject: [PATCH] start 2.7.3 CHANGELOG --- CHANGELOG | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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