Update changelog

This commit is contained in:
Patrick Hayes 2017-02-14 17:47:42 -08:00
parent 49289fed52
commit 6b5566db66
1 changed files with 3 additions and 1 deletions

View File

@ -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``