diff --git a/CHANGES.rst b/CHANGES.rst index 8cd25184..7e744971 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,8 @@ Unreleased - Add generic ``step`` decorator that will be used for all kind of steps `#548 `_ - Add ``stacklevel`` param to ``given``, ``when``, ``then``, ``step`` decorators. This allows for programmatic step generation `#548 `_ - Hide pytest-bdd internal method in user tracebacks `#557 `_. +- Make the package PEP 561-compatible `#559 `_ `#563 `_. + 6.0.1 ----- diff --git a/src/pytest_bdd/py.typed b/src/pytest_bdd/py.typed new file mode 100644 index 00000000..e69de29b