From 332bceeb7aa3d83f96b8a82aa571122479c3cc06 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 1 Jun 2011 14:55:50 +0200 Subject: [PATCH] add issue49 fix to CHANGELOG --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index b15db9aaa..94a0753bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,6 +9,7 @@ Changes between 2.0.3 and 2.1.0.DEV unexpected exceptions - fix issue47: timing output in junitxml for test cases is now correct - fix issue48: typo in MarkInfo repr leading to exception +- fix issue49: avoid confusing error when initizaliation partially fails - introduce XXX pytest_configure_funcargs hack (thanks Ronny) - env/username expansion for junitxml file path (fixes issue44)