From bdf9147ad4cfdd52d51f1be4e7c5a18d338bfff3 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 9 Dec 2013 10:38:40 +0100 Subject: [PATCH] fix changelog --- CHANGELOG | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3f3b8eda7..1707b62e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,9 +26,10 @@ Unreleased with repeated same values (sometimes useful to to test if calling a second time works as with the first time). -- fix issue246 (again) fix finalizer order to be LIFO on independent fixtures +- fix issue246 fix finalizer order to be LIFO on independent fixtures depending on a parametrized higher-than-function scoped fixture. - (fix quite some effort so please bear with the complexity of this sentence :) + (was quite some effort so please bear with the complexity of this sentence :) + Thanks Ralph Schmitt for the precise failure example. - fix issue244 by implementing special index for parameters to only use indices for paramentrized test ids @@ -54,10 +55,6 @@ Unreleased since the unittest compat enhancements allow trial to handle it on its own -- fix ordering of finalizers of parametrized interdependent fixtures. - This fixes issue246 as reported. Thanks Ralph Schmitt for the - precise failure example. - - don't hide an ImportError when importing a plugin produces one. fixes issue375.