You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,19 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
9
9
Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) for more info on how to contribute to Cucumber.
10
10
11
11
## [Unreleased]
12
+
13
+
## [9.1.2] - 2024-01-23
12
14
### Added
13
15
14
16
### Changed
15
17
- Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo.
16
-
All logic contained in [compatibility](./compatibility) ([luke-hill](https://github.com/luke-hill))
18
+
All logic contained in [compatibility](./compatibility) ([luke-hill](https://github.com/luke-hill))
17
19
- Cleared up a few Layout/Linting cop offenses ([#1750](https://github.com/cucumber/cucumber-ruby/pull/1750)[luke-hill](https://github.com/luke-hill))
18
20
19
21
### Fixed
20
22
- Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred
21
-
(This fixes an issue in cucumber-wire when passing legacy steps down the wire)
0 commit comments