Skip to content

Commit 3789774

Browse files
committed
Update CHANGELOG for v7.3.0
1 parent 2ce48b8 commit 3789774

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
## [7.3.0] (2022-04-19)
21+
1022
### Added
1123
* [JUnit Platform] Support `cucumber.features` property ([#2498](https://github.com/cucumber/cucumber-jvm/pull/2498) M.P. Korstanje)
1224

@@ -22,10 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2234
* Update dependency com.google.inject:guice to v5.1.0 ([#2473](https://github.com/cucumber/cucumber-jvm/pull/2473) M.P. Korstanje)
2335
* Update dependency org.testng:testng to v7.5 ([#2457](https://github.com/cucumber/cucumber-jvm/pull/2457) M.P. Korstanje)
2436

25-
### Deprecated
26-
27-
### Removed
28-
2937
### Fixed
3038
* [OpenEJB] Remove spurious dependencies ([#2477](https://github.com/cucumber/cucumber-jvm/pull/2477) M.P. Korstanje)
3139
- Removed spurious dependencies:
@@ -1759,7 +1767,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
17591767
* First proper release
17601768
17611769
<!-- Releases -->
1762-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.3...main
1770+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.0...main
1771+
[7.3.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.3-RC1...v7.3.0
17631772
[7.2.3]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.2-RC1...v7.2.3
17641773
[7.2.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.1-RC1...v7.2.2
17651774
[7.2.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.0-RC1...v7.2.1

core/src/test/java/io/cucumber/core/options/CommandlineOptionsParserTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ void prints_usage_for_help() {
114114
parser.parse("--help");
115115
assertThat(output(), startsWith("Usage"));
116116
}
117+
117118
@Test
118119
void prints_supported_languages() {
119120
parser.parse("--i18n", "help");

0 commit comments

Comments
 (0)