CHANGELOG.md in rubocop-rspec-2.7.0 vs CHANGELOG.md in rubocop-rspec-2.8.0
- old
+ new
@@ -1,9 +1,17 @@
# Changelog
## Master (Unreleased)
+## 2.8.0 (2022-01-24)
+
+* Fix `RSpec/FactoryBot/SyntaxMethods` and `RSpec/Capybara/FeatureMethods` to inspect shared groups. ([@pirj][])
+* Fix `RSpec/LeadingSubject` failure in non-spec code. ([@pirj][])
+* Add bad example to `RSpec/SubjectStub` cop. ([@oshiro3][])
+* Replace non-styleguide cops `StyleGuide` attribute with `Reference`. ([@pirj][])
+* Fix `RSpec/SubjectStub` to disallow stubbing of subjects defined in parent example groups. ([@pirj][])
+
## 2.7.0 (2021-12-26)
* Add new `RSpec/FactoryBot/SyntaxMethods` cop. ([@leoarnold][])
* Exclude `task` type specs from `RSpec/DescribeClass` cop. ([@harry-graham][])
@@ -656,5 +664,6 @@
[@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
+[@oshiro3]: https://github.com/oshiro3