Update changelog

This commit is contained in:
Patrick Barna 2023-02-27 11:41:13 -07:00
parent eff9bfa566
commit 73b8b208ed
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Changelog
Unreleased
----------
- ⚠️ Backwards incompatible: - ``parsers.re`` now does a `fullmatch <https://docs.python.org/3/library/re.html#re.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 <https://github.com/pytest-dev/pytest-bdd/pull/539>`_
- Add support for Scenarios and Scenario Outlines to have descriptions. `#600 <https://github.com/pytest-dev/pytest-bdd/pull/600>`_
6.1.1
-----