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
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,17 @@ 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
+
- The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) ([#1743](https://github.com/cucumber/cucumber-ruby/pull/1743)[luke-hill](https://github.com/luke-hill))
21
+
22
+
## [9.1.0] - 2023-11-14
16
23
### Changed
17
24
- First couple of passes of tidying up approximately 40% of the manual fix cops
0 commit comments