Skip to content

Commit eaf53f4

Browse files
authored
Merge pull request #1914 from rubocop/update-changelog
Update change log after recent v2.x releases
2 parents 38fd7bd + cf75a3d commit eaf53f4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
- Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah])
66
- Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah])
77
- Remove `RSpec/FilePath` cop. ([@ydah])
8-
- Add new `RSpec/ExpectInLet` cop. ([@yasu551])
98
- Remove `RSpec/Capybara/FeatureMethods` cop. If you are using this cop, change it to use `RSpec/Dialect`. ([@ydah])
10-
- Support `AutoCorrect: contextual` option for LSP. ([@ydah])
119
- Enable all pending cops. ([@bquorning])
1210
- Add new `RSpec/MissingExpectationTargetMethod` cop. ([@krororo])
1311
- Fix an error for `RSpec/ScatteredSetup` when one of the hooks is an empty block. ([@earlopain])
1412

13+
## 2.31.0 (2024-06-07)
14+
15+
- Support `AutoCorrect: contextual` option for LSP. ([@ydah])
16+
17+
## 2.30.0 (2024-06-03)
18+
19+
- Add new `RSpec/ExpectInLet` cop. ([@yasu551])
20+
1521
## 2.29.2 (2024-05-02)
1622

1723
- Fix beginless and endless range bug for RepeatedIncludeExample cop. ([@hasghari])

0 commit comments

Comments
 (0)