add changelog for latest merge

This commit is contained in:
holger krekel 2015-06-03 23:39:00 +02:00
parent ad08bf79e7
commit c92467df2f
2 changed files with 4 additions and 0 deletions

View File

@ -49,3 +49,4 @@ Tom Viner
Dave Hunt
Charles Cloud
Eduardo Schettino
Florian Bruhin

View File

@ -51,6 +51,9 @@
the test. In all cases you get back a RunResult but the inprocess
one will also have a "reprec" attribute with the recorded events/reports.
- fix monkeypatch.setattr("x.y", raising=False) to actually not raise
if "y" is not a pre-existing attribute. Thanks Florian Bruhin.
2.7.1 (compared to 2.7.0)
-----------------------------