You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,18 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
15
15
16
16
### Deprecated
17
17
18
-
* Deprecate `setDefinitionFunctionWrapper` and step definition option `wrapperOptions`
19
-
20
18
### Removed
21
19
22
20
### Fixed
23
21
22
+
## [7.3.1] (2021-07-20)
23
+
24
+
### Deprecated
25
+
26
+
* Deprecate `setDefinitionFunctionWrapper` and step definition option `wrapperOptions`
27
+
28
+
### Fixed
29
+
24
30
* Prevent duplicate scenario execution where the same feature is targeted in multiple line expressions ([#1706](https://github.com/cucumber/cucumber-js/issues/1706))
25
31
* Fixed reports banner to point to [new docs](https://cucumber.io/docs/cucumber/environment-variables/) about environment variables
26
32
* Re-add color functions for use with custom formatters [1582](https://github.com/cucumber/cucumber-js/issues/1582)
@@ -1858,7 +1864,8 @@ be used to get the name / tags of the running scenario. ([#947](https://github.c
0 commit comments