CHANGELOG.md in rubocop-rspec-1.28.0 vs CHANGELOG.md in rubocop-rspec-1.29.0

- old
+ new

@@ -1,9 +1,15 @@ # Change log ## Master (Unreleased) +## 1.29.0 (2018-08-25) + +* `RSpec/InstanceVariable` - Recommend local variables in addition to `let`. ([@jaredbeck][]) +* Add `RSpec/ImplicitSubject` cop. ([@Darhazer][]) +* Add `RSpec/HooksBeforeExamples` cop. ([@Darhazer][]) + ## 1.28.0 (2018-08-14) * Add `RSpec/ReceiveNever` cop enforcing usage of `not_to receive` instead of `never` matcher. ([@Darhazer][]) * Fix false positive in `RSpec/EmptyLineAfterExampleGroup` cop when example is inside `if`. ([@Darhazer][]) * Add `RSpec/MissingExampleGroupArgument` to enforce first argument for an example group. ([@geniou][]) @@ -326,9 +332,10 @@ [@andyw8]: https://github.com/andyw8 [@backus]: https://github.com/backus [@bquorning]: https://github.com/bquorning [@deivid-rodriguez]: https://github.com/deivid-rodriguez [@geniou]: https://github.com/geniou +[@jaredbeck]: https://github.com/jaredbeck [@jawshooah]: https://github.com/jawshooah [@nevir]: https://github.com/nevir [@nijikon]: https://github.com/nijikon [@pstengel]: https://github.com/pstengel [@miguelfteixeira]: https://github.com/miguelfteixeira