Skip to content

Commit 6478ed1

Browse files
committed
Update CHANGELOG for v5.7.0
1 parent 5c7fab2 commit 6478ed1

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
----
88
## [Unreleased] (In Git)
99

10+
### Added
11+
12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
## [5.7.0] (2020-05-01)
21+
1022
### Added
1123
* [Java] `Scenario.log(String)` & `Scenario.attach(byte[], String, String)` ([#1893](https://github.com/cucumber/cucumber-jvm/issues/1893) Tim te Beek)
1224
* [JUnit Platform] Map tags to exclusive resources ([#1944](https://github.com/cucumber/cucumber-jvm/issues/1944) M.P. Korstanje)
13-
14-
### Changed
1525

1626
### Deprecated
1727
* [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/).
2030
* [Core] Deprecate multiple tag arguments in @CucumberOptions ([#1955](https://github.com/cucumber/cucumber-jvm/issues/1955) M.P. Korstanje)
2131
- use a tag expresion instead `@CucumberOptions(tags="(@cucumber or @pickle) and not @salad")`
2232

23-
### Removed
24-
25-
### Fixed
26-
2733
## [5.6.0] (2020-04-02)
2834

2935
### Added
@@ -1362,7 +1368,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
13621368
* First proper release
13631369

13641370
<!-- Releases -->
1365-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v5.6.0...master
1371+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v5.7.0...master
1372+
[5.7.0]: https://github.com/cucumber/cucumber-jvm/compare/v5.6.0...v5.7.0
13661373
[5.6.0]: https://github.com/cucumber/cucumber-jvm/compare/v5.5.0...v5.6.0
13671374
[5.5.0]: https://github.com/cucumber/cucumber-jvm/compare/v5.4.2...v5.5.0
13681375
[5.4.2]: https://github.com/cucumber/cucumber-jvm/compare/v5.4.1...v5.4.2

0 commit comments

Comments
 (0)