add CHANGELOG for last commit

This commit is contained in:
holger krekel 2012-02-01 09:06:38 -05:00
parent dfa273dc25
commit 604e27658c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Changes between 2.2.1 and 2.2.2.dev
test directory was renamed and some pyc/__pycache__ remain test directory was renamed and some pyc/__pycache__ remain
- fix issue106: allow parametrize to be applied multiple times - fix issue106: allow parametrize to be applied multiple times
e.g. from module, class and at function level. e.g. from module, class and at function level.
- fix issue107: actually perform session scope finalization
- add chdir method to monkeypatch funcarg - add chdir method to monkeypatch funcarg
- fix crash resulting from calling monkeypatch undo a second time - fix crash resulting from calling monkeypatch undo a second time
- extend reports accepting kwargs to set arbitrary additional attributes - extend reports accepting kwargs to set arbitrary additional attributes