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
* No verbose requirements for syntax or test-unit as gems
* Update of dependent gems
* Update changelog
* Removed sinatra example as it was extremely straw-man and it should be tested elsewhere
* Removed rack-test dependency as it was required through capybara which is no longer required
* Permit next major of messages coming out soon
* Update readme for i18n examples
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,16 @@ 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.0] - 2023-11-14
14
12
### Added
15
13
14
+
### Changed
15
+
- Updated dependencies to slightly more permissive / up to date versions ([luke-hill](https://github.com/luke-hill))
16
+
17
+
### Fixed
18
+
19
+
### Removed
20
+
21
+
## [9.1.0] - 2023-11-14
16
22
### Changed
17
23
- First couple of passes of tidying up approximately 40% of the manual fix cops
0 commit comments