CHANGELOG.md in rubocop-rspec-1.27.0 vs CHANGELOG.md in rubocop-rspec-1.28.0
- old
+ new
@@ -1,9 +1,18 @@
# Change log
## Master (Unreleased)
+## 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][])
+* Drop support for ruby `2.1`. ([@bquorning][])
+* Add `FactoryBot/AttributeDefinedStatically` cop to help FactoryBot users with the deprecation of static attributes. ([@composerinteralia][], [@seanpdoyle][])
+* Remove `FactoryBot/DynamicAttributeDefinedStatically` and `FactoryBot/StaticAttributeDefinedDynamically` cops. ([@composerinteralia][])
+
## 1.27.0 (2018-06-14)
* `RSpec/LeadingSubject` now enforces subject to be before any examples, hooks or let declarations. ([@Darhazer][])
* Fix `RSpec/NotToNot` to highlight only the selector (`not_to` or `to_not`), so it works also on `expect { ... }` blocks. ([@bquorning][])
* Add `RSpec/EmptyLineAfterHook` cop. ([@bquorning][])
@@ -349,5 +358,7 @@
[@anthony-robin]: https://github.com/anthony-robin
[@jojos003]: https://github.com/jojos003
[@abrom]: https://github.com/abrom
[@patrickomatic]: https://github.com/patrickomatic
[@tdeo]: https://github.com/tdeo
+[@composerinteralia]: https://github.com/composerinteralia
+[@seanpdoyle]: https://github.com/seanpdoyle