diff --git a/AUTHORS b/AUTHORS index b0f945ce0..6e4f7714f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ Samuele Pedroni Carl Friedrich Bolz Armin Rigo Maho +Jaap Broekhuizen Maciek Fijalkowski Guido Wesdorp Brian Dorsey diff --git a/CHANGELOG b/CHANGELOG index e989776e1..7d068cc13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,7 +16,7 @@ Changes between 2.3.5 and 2.4.DEV mode. Thanks Jason R. Coombs. - fix junitxml generation when test output contains control characters, - addressing issue267 + addressing issue267, thanks Jaap Broekhuizen - honor --tb style for setup/teardown errors as well. Thanks Maho.