From 2e0257943737b48d8f0cbb764429b69abae2c67a Mon Sep 17 00:00:00 2001 From: Ulrich Petri Date: Mon, 28 Dec 2015 10:53:38 +0100 Subject: [PATCH] Add CHANGELOG entry for #900 fix --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b35aae163..bb8395496 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 -----