From c610c903f683cd5d31c598b4b07b42d2752e03c9 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 9 May 2013 15:50:28 +0200 Subject: [PATCH] mention --tb style change in changelog --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index bfbc9a5cf..5193c331b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,7 +15,7 @@ Changes between 2.3.5 and 2.4.DEV which fixes py.io.dupfile to work with files with no mode. Thanks Jason R. Coombs. -- honor --tb style for setup/teardown errors as well. +- honor --tb style for setup/teardown errors as well. Thanks Maho. Changes between 2.3.4 and 2.3.5 -----------------------------------