From cf75a3d840a09cc9af9d3d5addcd50c7e4d29909 Mon Sep 17 00:00:00 2001 From: Benjamin Quorning <benjamin@quorning.net> Date: Sun, 9 Jun 2024 19:17:33 +0200 Subject: [PATCH] Update change log after recent v2.x releases --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da9653ed..c30a3bbf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ - Remove extracted cops in `Capybara`, `FactoryBot` and `Rails` departments. ([@ydah]) - Remove `RuboCop::RSpec::Language::NodePattern`. ([@ydah]) - Remove `RSpec/FilePath` cop. ([@ydah]) -- Add new `RSpec/ExpectInLet` cop. ([@yasu551]) - Remove `RSpec/Capybara/FeatureMethods` cop. If you are using this cop, change it to use `RSpec/Dialect`. ([@ydah]) -- Support `AutoCorrect: contextual` option for LSP. ([@ydah]) - Enable all pending cops. ([@bquorning]) - Add new `RSpec/MissingExpectationTargetMethod` cop. ([@krororo]) +## 2.31.0 (2024-06-07) + +- Support `AutoCorrect: contextual` option for LSP. ([@ydah]) + +## 2.30.0 (2024-06-03) + +- Add new `RSpec/ExpectInLet` cop. ([@yasu551]) + ## 2.29.2 (2024-05-02) - Fix beginless and endless range bug for RepeatedIncludeExample cop. ([@hasghari])