some amendments/fixes to changelog

This commit is contained in:
holger krekel 2013-11-21 07:46:53 +01:00
parent d67514b657
commit 086cc03f05
1 changed files with 5 additions and 3 deletions

View File

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