From 18fa7d866dfc958cb77d422b229805139485cf97 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 1 Aug 2013 15:02:58 +0100 Subject: [PATCH] Close issue 279: improved assertrepr_compare --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index eae21a394..9f8f0c0b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ Changes between 2.3.5 and 2.4.DEV ----------------------------------- +- fix issue279: improve object comparisons on assertion failure + for standard datatypes and recognise collections.abc. Thanks to + Brianna Laugher and Mathieu Agopian. + - fix issue335: document py.code.ExceptionInfo() object returned from pytest.raises(), thanks Mathieu Agopian.