CHANGELOG.md in rubocop-rspec-2.14.1 vs CHANGELOG.md in rubocop-rspec-2.14.2

- old
+ new

@@ -1,8 +1,16 @@ # Changelog ## Master (Unreleased) +## 2.14.2 (2022-10-25) + +- Fix an incorrect autocorrect for `FactoryBot/ConsistentParenthesesStyle` with `omit_parentheses` option when method name and first argument are not on same line. ([@ydah]) +- Fix autocorrection loop in `RSpec/ExampleWording` for insufficient example wording. ([@pirj]) +- Fix `RSpec/SortMetadata` not to reorder arguments of `include_`/`it_behaves_like`. ([@pirj]) +- Fix a false positive for `RSpec/NoExpectationExample` when allowed pattern methods with arguments. ([@ydah]) +- Change `RSpec/FilePath` so that it only checks suffix when path is under spec/routing or type is defined as routing. ([@r7kamura]) + ## 2.14.1 (2022-10-24) - Fix an error for `RSpec/Rails/InferredSpecType` with redundant type before other Hash metadata. ([@ydah]) ## 2.14.0 (2022-10-23)