From 46901fb8134b6924565325686f6622079812c4f7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 1 Aug 2013 07:43:00 +0200 Subject: [PATCH] fix issue338: honor --tb style for setup/teardown errors as well. Thanks Maho. (this is just changing the CHANGELOG entry because the bug was already fixed earlier) --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ebdeb0d51..b6322eb85 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -65,7 +65,7 @@ Changes between 2.3.5 and 2.4.DEV - fix junitxml generation when test output contains control characters, addressing issue267, thanks Jaap Broekhuizen -- honor --tb style for setup/teardown errors as well. Thanks Maho. +- fix issue338: honor --tb style for setup/teardown errors as well. Thanks Maho. - fix issue307 - use yaml.safe_load in example, thanks Mark Eichin.