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

- old
+ new

@@ -1,9 +1,14 @@ # Changelog ## Master (Unreleased) +## 2.7.0 (2021-12-26) + +* Add new `RSpec/FactoryBot/SyntaxMethods` cop. ([@leoarnold][]) +* Exclude `task` type specs from `RSpec/DescribeClass` cop. ([@harry-graham][]) + ## 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][]) @@ -649,5 +654,7 @@ [@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 +[@leoarnold]: https://github.com/leoarnold +[@harry-graham]: https://github.com/harry-graham