From b0e31dca868c976e70b01de7ef285617fd64bb51 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Wed, 2 Apr 2014 18:00:25 +0100 Subject: [PATCH] Mention fix for issue 453 in changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8625c182a..f43a2bdd8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ NEXT (2.6) ----------------------------------- +- fix issue453: the result of the pytest_assertrepr_compare hook now gets + it's newlines escaped so that format_exception does not blow up. + - internal new warning system: pytest will now produce warnings when it detects oddities in your test collection or execution. Warnings are ultimately sent to a new pytest_logwarning hook which is