CHANGELOG.md in rubocop-rspec-1.25.1 vs CHANGELOG.md in rubocop-rspec-1.26.0
- old
+ new
@@ -1,8 +1,15 @@
# Change log
## Master (Unreleased)
+## 1.26.0 (2018-06-06)
+
+* Fix false positive in `RSpec/EmptyExampleGroup` cop when methods named like a RSpec method are used. ([@Darhazer][])
+* Fix `Capybara/FeatureMethods` not working when there is require before the spec. ([@Darhazer][])
+* Fix `RSpec/EmptyLineAfterFinalLet`: allow a comment to be placed after latest let, requiring empty line after the comment. ([@Darhazer][])
+* Add `RSpec/ReceiveCounts` cop to enforce usage of :once and :twice matchers. ([@Darhazer][])
+
## 1.25.1 (2018-04-10)
* Fix false positive in `RSpec/Pending` cop when pending is used as a method name. ([@Darhazer][])
* Fix `FactoryBot/DynamicAttributeDefinedStatically` false positive when using symbol proc argument for a sequence. ([@tdeo][])