Mention fix for issue 453 in changelog

This commit is contained in:
Floris Bruynooghe 2014-04-02 18:00:25 +01:00
parent 7d10a57514
commit b0e31dca86
1 changed files with 3 additions and 0 deletions

View File

@ -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