CHANGELOG.md in rubocop-rspec-2.5.0 vs CHANGELOG.md in rubocop-rspec-2.6.0

- old
+ new

@@ -1,9 +1,18 @@ # Changelog ## Master (Unreleased) +## 2.6.0 (2021-11-08) + +* Fix merging RSpec DSL configuration from third-party gems. ([@pirj][]) +* Fix `RSpec/ExcessiveDocstringSpacing` false positive for multi-line indented strings. ([@G-Rath][]) +* Fix `Include` configuration for sub-departments. ([@pirj][]) +* Ignore heredocs in `RSpec/ExcessiveDocstringSpacing`. ([@G-Rath][]) +* Stop `RSpec/ExampleWording` from trying to correct heredocs. ([@G-Rath][]) +* Add autocorrect support for `RSpec/VariableDefinition`. ([@r7kamura][]) + ## 2.5.0 (2021-09-21) * Declare autocorrect as unsafe for `ExpectChange`. ([@francois-ferrandis][]) * Fix each example for `RSpec/HookArgument`. ([@lokhi][]) * Exclude unrelated Rails directories from `RSpec/DescribeClass`. ([@MothOnMars][]) @@ -639,5 +648,6 @@ [@lokhi]: https://github.com/lokhi [@MothOnMars]: https://github.com/MothOnMars [@G-Rath]: https://github.com/G-Rath [@dswij]: https://github.com/dswij [@francois-ferrandis]: https://github.com/francois-ferrandis +[@r7kamura]: https://github.com/r7kamura