diff --git a/CHANGES.rst b/CHANGES.rst index d41a0ee..a998658 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,10 @@ Changelog Unreleased ---------- +7.0.1 +----- +- Fix errors occurring if `pytest_unconfigure` is called before `pytest_configure`. `#362 `_ `#641 `_ + 7.0.0 ---------- - ⚠️ Backwards incompatible: - ``parsers.re`` now does a `fullmatch `_ instead of a partial match. This is to make it work just like the other parsers, since they don't ignore non-matching characters at the end of the string. `#539 `_