add the fix for issue 140 to CHANGELOG

This commit is contained in:
Ronny Pfannschmidt 2012-05-08 14:15:23 +02:00
parent 0e3779b14f
commit d32a132b51
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Changese between 2.2.3 and ...
- fix issue with unittest: now @unittest.expectedFailure markers should
be processed correctly (you can also use @pytest.mark markers)
- document integration with the extended distribute/setuptools test commands
- fix issue 140: propperly get the real functions
of bound classmethods for setup/teardown_class
Changes between 2.2.2 and 2.2.3