Add CHANGELOG entry for #900 fix

This commit is contained in:
Ulrich Petri 2015-12-28 10:53:38 +01:00
parent 8d49abb0d1
commit 2e02579437
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
``--pdb`` with standard I/O capture enabled.
Thanks Erik M. Bray for the PR.
- fix #900: Better error message in case the target of a ``monkeypatch`` call
raises an ``ImportError``.
2.8.5
-----