Skip to content

Commit 3117e4b

Browse files
committed
Update CHANGELOG for v7.4.0
1 parent dc7a7d6 commit 3117e4b

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased] (In Git)
99

1010
### Added
11-
* [Core] Warn when glue path is passed as file scheme instead of classpath ([#2547](https://github.com/cucumber/cucumber-jvm/pull/2547) M.P. Korstanje)
1211

1312
### Changed
14-
* [Core] Flush pretty output manually ([#2573](https://github.com/cucumber/cucumber-jvm/pull/2573) M.P. Korstanje)
1513

1614
### Deprecated
1715

1816
### Removed
1917

18+
### Fixed
19+
20+
## [7.4.0] (2022-06-22)
21+
22+
### Added
23+
* [Core] Warn when glue path is passed as file scheme instead of classpath ([#2547](https://github.com/cucumber/cucumber-jvm/pull/2547) M.P. Korstanje)
24+
25+
### Changed
26+
* [Core] Flush pretty output manually ([#2573](https://github.com/cucumber/cucumber-jvm/pull/2573) M.P. Korstanje)
27+
2028
### Fixed
2129
* [Spring] Cleanly stop after failure to start application context ([#2570](https://github.com/cucumber/cucumber-jvm/pull/2570) M.P. Korstanje)
2230
* [JUnit] Scenario logging does not show up in step notifications ([#2563](https://github.com/cucumber/cucumber-jvm/pull/2545) M.P. Korstanje)
@@ -1791,7 +1799,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
17911799
* First proper release
17921800
17931801
<!-- Releases -->
1794-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.4...main
1802+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.4.0...main
1803+
[7.4.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.4...v7.4.0
17951804
[7.3.4]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.3...v7.3.4
17961805
[7.3.4]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.3...v7.3.4
17971806
[7.3.3]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.2...v7.3.3

0 commit comments

Comments
 (0)