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
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
----
8
8
## [Unreleased] (In Git)
9
9
10
+
### Added
11
+
12
+
### Changed
13
+
14
+
### Deprecated
15
+
16
+
### Removed
17
+
18
+
### Fixed
19
+
20
+
## [5.7.0] (2020-05-01)
21
+
10
22
### Added
11
23
*[Java]`Scenario.log(String)` & `Scenario.attach(byte[], String, String)` ([#1893](https://github.com/cucumber/cucumber-jvm/issues/1893) Tim te Beek)
12
24
*[JUnit Platform] Map tags to exclusive resources ([#1944](https://github.com/cucumber/cucumber-jvm/issues/1944) M.P. Korstanje)
13
-
14
-
### Changed
15
25
16
26
### Deprecated
17
27
*[Java]`Scenario.write(String)` & `Scenario.embed(byte[], String, String)` ([#1893](https://github.com/cucumber/cucumber-jvm/issues/1893) Tim te Beek)
@@ -20,10 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
30
*[Core] Deprecate multiple tag arguments in @CucumberOptions ([#1955](https://github.com/cucumber/cucumber-jvm/issues/1955) M.P. Korstanje)
21
31
- use a tag expresion instead `@CucumberOptions(tags="(@cucumber or @pickle) and not @salad")`
22
32
23
-
### Removed
24
-
25
-
### Fixed
26
-
27
33
## [5.6.0] (2020-04-02)
28
34
29
35
### Added
@@ -1362,7 +1368,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
0 commit comments