Skip to content

Commit 01dfb4a

Browse files
committed
Update CHANGELOG
1 parent 507e5d3 commit 01dfb4a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

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

1010
### Added
11-
11+
* [Spring] Add `@CucumberContextConfiguration` annotation ([#1911](https://github.com/cucumber/cucumber-jvm/issues/1911) Anton Deriabin)
12+
- Allows `cucumber-spring` to discover application context configurations
13+
without requiring step definitions or hooks to be available in the class.
14+
1215
### Changed
13-
14-
### Deprecated
15-
16-
### Removed
16+
* [JUnit Platform] Update `junit-platform` dependency to 1.6.1 ([#1923](https://github.com/cucumber/cucumber-jvm/issues/1923) M.P. Korstanje)
17+
* [Spring] Update `spring-*` dependency to 5.2.4.RELEASE ([#1923](https://github.com/cucumber/cucumber-jvm/issues/1923) M.P. Korstanje)
1718

1819
### Fixed
20+
* [Core] Upgrade datatable to v3.3.1 ([#1928](https://github.com/cucumber/cucumber-jvm/issues/1928), [cucumber/cucumber#540](https://github.com/cucumber/cucumber/pull/540) M.P. Korstanje)
21+
- Correctly throw an exception when converting a horizontal table to a list of Strings
22+
* [Core] Deduplicate suggest snippets ([#1930](https://github.com/cucumber/cucumber-jvm/issues/1930) M.P. Korstanje)
1923

2024
## [5.5.0] (2020-03-12)
2125

0 commit comments

Comments
 (0)