Skip to content

Commit 093b6a8

Browse files
committed
Update release notes
1 parent ca7508b commit 093b6a8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGES.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ Changelog
33

44
Unreleased
55
----------
6-
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).
710

811
7.3.0
912
----------
1013
- Fix an issue when only the first Step would inject a fixture, while later steps would not be able to.
1114
- Test against the latest versions of pytest (8.2, 8.3).
12-
- Use `gherkin-official` parser to replace custom parsing logic.
13-
- Multiline steps must now always use triple-quotes for the additional lines.
14-
- All feature files must now use the keyword `Feature:` to be considered valid.
15-
- Tags can no longer have spaces (e.g. "@tag one" "@tag two" are no longer valid).
1615

1716
7.2.0
1817
----------

0 commit comments

Comments
 (0)