From d32a132b511e6bdc597696091bc8f8343194c24e Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 8 May 2012 14:15:23 +0200 Subject: [PATCH] add the fix for issue 140 to CHANGELOG --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 8f1ae8bab..b3f1f0cbd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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