CHANGELOG.md in rubocop-rspec-1.32.0 vs CHANGELOG.md in rubocop-rspec-1.33.0

- old
+ new

@@ -1,9 +1,18 @@ # Change log ## Master (Unreleased) +## 1.33.0 (2019-05-13) + +* Let `RSpec/DescribedClass` pass `Struct` instantiation closures. ([@schmijos][]) +* Fixed `RSpec/ContextWording` missing `context`s with metadata. ([@pirj][]) +* Fix `FactoryBot/AttributeDefinedStatically` not working with an explicit receiver. ([@composerinteralia][]) +* Add `RSpec/Dialect` enforces custom RSpec dialects. ([@gsamokovarov][]) +* Fix redundant blank lines in `RSpec/MultipleSubjects`'s autocorrect. ([@pirj][]) +* Drop support for ruby `2.2`. ([@bquorning][]) + ## 1.32.0 (2019-01-27) * Add `RSpec/Yield` cop, suggesting using the `and_yield` method when stubbing a method, accepting a block. ([@Darhazer][]) * Fix `FactoryBot/CreateList` autocorrect crashing when the factory is called with a block=. ([@Darhazer][]) * Fixed `RSpec/Focus` not flagging some cases of `RSpec.describe` with `focus: true`. ([@Darhazer][]) @@ -405,5 +414,7 @@ [@BrentWheeldon]: https://github.com/BrentWheeldon [@daveworth]: https://github.com/daveworth [@RST-J]: https://github.com/RST-J [@ypresto]: https://github.com/ypresto [@mkenyon]: https://github.com/mkenyon +[@gsamokovarov]: https://github.com/gsamokovarov +[@schmijos]: https://github.com/schmijos