From 086cc03f05e718aedd962a9226cfdf36e9393180 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 21 Nov 2013 07:46:53 +0100 Subject: [PATCH] some amendments/fixes to changelog --- CHANGELOG | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9fde3fbb4..43e4cee77 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,11 +2,13 @@ Unreleased ----------------------------------- - fix issue287 by running all finalizers but saving the exception - from the last failing finalizer and re-raising it so teardown will - still have failed. + from the first failing finalizer and re-raising it so teardown will + still have failed. We reraise the first failing exception because + it might be the cause for other finalizers to fail. - fix ordering when mock.patch or other standard decorator-wrappings - are used with test methods. This fixues issue346. Thanks to + are used with test methods. This fixues issue346 and should + help with random "xdist" collection failures. Thanks to Ronny Pfannschmidt and Donald Stufft for helping to isolate it. - fix issue384 by removing the trial support code