#3290 Added changelog file

This commit is contained in:
feuillemorte 2018-04-10 20:18:20 +03:00
parent 3d60f955f0
commit 97be076f29
1 changed files with 2 additions and 0 deletions

2
changelog/3290.bugfix Normal file
View File

@ -0,0 +1,2 @@
Improved `monkeypatch` to support some form of with statement. Now you can use `with monkeypatch.context() as m:`
construction to avoid damage of Pytest.