CHANGELOG.md in rubocop-rspec-1.15.1 vs CHANGELOG.md in rubocop-rspec-1.16.0
- old
+ new
@@ -1,16 +1,32 @@
# Change log
## Master (Unreleased)
+## 1.16.0 (2017-09-06)
+
+* Add `RSpec/FactoryGirl` namespace including the first cop for factories: `FactoryGirl/DynamicAttributeDefinedStatically`. ([@jonatas][])
+* Add disabled by default `RSpec/AlignLeftLetBrace`. ([@backus][])
+* Add disabled by default `RSpec/AlignRightLetBrace`. ([@backus][])
+* Add `RSpec/LetBeforeExamples` cop. ([@Darhazer][])
+* Add `RSpec/MultipleSubjects` cop. ([@backus][])
+* Add `RSpec/ReturnFromStub` cop. ([@Darhazer][])
+* Add `RSpec/VoidExpect` cop. ([@pocke][])
+* Add `RSpec/InvalidPredicateMatcher` cop. ([@pocke][])
+* Change HookArgument cop to detect when hook has a receiver. ([@pocke][])
+* Add `RSpec/PredicateMatcher` cop. ([@pocke][])
+* Add `RSpec/ExpectInHook` cop. ([@pocke][])
+* `RSpec/MultipleExpectations` now detects usage of expect_any_instance_of. ([@Darhazer][])
+* `RSpec/MultipleExpectations` now detects usage of is_expected. ([@bmorrall][])
+
## 1.15.1 (2017-04-30)
* Fix the handling of various edge cases in the `RSpec/ExampleWording` cop, including one that would cause autocorrect to crash. ([@dgollahon][])
* Fix `RSpec/IteratedExpectation` crashing when there is an assignment in the iteration. ([@Darhazer][])
* Fix false positive in `RSpec/SingleArgumentMessageChain` cop when the single argument is a hash. ([@Darhazer][])
-## 1.15.0 (2017-03-26)
+## 1.15.0 (2017-03-24)
* Add `RSpec/DescribeSymbol` cop. ([@tsigo][])
* Fix error when `RSpec/OverwritingSetup` and `RSpec/ScatteredLet` analyzed empty example groups. ([@backus][])
## 1.14.0 (2017-03-24)
@@ -216,5 +232,8 @@
[@Darhazer]: https://github.com/Darhazer
[@redross]: https://github.com/redross
[@cfabianski]: https://github.com/cfabianski
[@dgollahon]: https://github.com/dgollahon
[@tsigo]: https://github.com/tsigo
+[@jonatas]: https://github.com/jonatas
+[@pocke]: https://github.com/pocke
+[@bmorrall]: https:/github.com/bmorrall