add issue49 fix to CHANGELOG

This commit is contained in:
holger krekel 2011-06-01 14:55:50 +02:00
parent e3b2792677
commit 332bceeb7a
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Changes between 2.0.3 and 2.1.0.DEV
unexpected exceptions unexpected exceptions
- fix issue47: timing output in junitxml for test cases is now correct - fix issue47: timing output in junitxml for test cases is now correct
- fix issue48: typo in MarkInfo repr leading to exception - 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) - introduce XXX pytest_configure_funcargs hack (thanks Ronny)
- env/username expansion for junitxml file path (fixes issue44) - env/username expansion for junitxml file path (fixes issue44)