We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ecd11 commit c012022Copy full SHA for c012022
CHANGES.rst
@@ -4,9 +4,10 @@ Changelog
4
Unreleased
5
----------
6
- Use `gherkin-official` parser to replace custom parsing logic.
7
-- Multiline steps must now always use triple-quotes for the additional lines.
8
-- All feature files must now use the keyword `Feature:` to be considered valid.
9
-- Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
+ - Multiline steps must now always use triple-quotes for the additional lines.
+ - All feature files must now use the keyword `Feature:` to be considered valid.
+ - Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
10
+- Add `tests/` to the sdist package uploaded to PyPI.
11
12
7.3.0
13
0 commit comments