diff --git a/CHANGES.rst b/CHANGES.rst index 794c67d..0b53c5e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Changelog Unreleased ---------- -- Drop python 3.7 compatibility, as it's no longer supported. +- Drop python 3.7 compatibility, as it's no longer supported. `#627 `_ - ⚠️ 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 `_ - Add support for Scenarios and Scenario Outlines to have descriptions. `#600 `_