From 6b5566db66300f9a566efecf1d9389842dc9581a Mon Sep 17 00:00:00 2001 From: Patrick Hayes Date: Tue, 14 Feb 2017 17:47:42 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f172be1ea..23ff64320 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,9 @@ 3.0.7 (unreleased) ================== -* Fix issue when trying to import the `anydbm` module. (`#2248`_). +* Fix issue in assertion rewriting breaking due to modules silently discarding + other modules when importing fails + Notably, importing the `anydbm` module is fixed. (`#2248`_). Thanks `@pfhayes`_ for the PR. * Fix regression, pytest now skips unittest correctly if run with ``--pdb``