From bc6248d80c4cd86f0bf19a806fcd3e9536b44796 Mon Sep 17 00:00:00 2001 From: David Tucker Date: Sat, 20 Mar 2021 19:50:14 -0700 Subject: [PATCH] Update the changelog for 0.8.1 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) 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`.