File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## [ Unreleased] (In Git)
9
9
10
10
### 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)
12
11
13
12
### Changed
14
- * [ Core] Flush pretty output manually ([ #2573 ] ( https://github.com/cucumber/cucumber-jvm/pull/2573 ) M.P. Korstanje)
15
13
16
14
### Deprecated
17
15
18
16
### Removed
19
17
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
+
20
28
### Fixed
21
29
* [ Spring] Cleanly stop after failure to start application context ([ #2570 ] ( https://github.com/cucumber/cucumber-jvm/pull/2570 ) M.P. Korstanje)
22
30
* [ 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
1791
1799
* First proper release
1792
1800
1793
1801
<!-- 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
1795
1804
[7.3.4]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.3...v7.3.4
1796
1805
[7.3.4]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.3...v7.3.4
1797
1806
[7.3.3]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.2...v7.3.3
You can’t perform that action at this time.
0 commit comments