Add changelog entry

This commit is contained in:
Alessio Bogon 2022-02-22 16:37:37 +01:00
parent e48f6aa686
commit eedfe5899e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ This release introduces breaking changes in order to be more in line with the of
- Removed feature level examples for the gherkin compatibility (olegpidsadnyi)
- Removed vertical examples for the gherkin compatibility (olegpidsadnyi)
- Step arguments are no longer fixtures (olegpidsadnyi)
- Step definitions can have "yield" statements again (4.0 release broke it). They will be executed as normal fixtures: code after the yield is executed during teardown of the test. (youtux)