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.