diff --git a/changelog.md b/changelog.md index 337131a..c545dc2 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## [0.8.1](https://github.com/dbader/pytest-mypy/milestone/16) +* Add a partial workaround for https://github.com/pytest-dev/pytest/issues/8016. + ## [0.8.0](https://github.com/dbader/pytest-mypy/milestone/15) * Add support for Python 3.9. * Stop injecting `MypyStatusItem` in `pytest_collection_modifyitems` to fix `--looponfail`.