CHANGELOG.md in rubocop-rspec-1.16.0 vs CHANGELOG.md in rubocop-rspec-1.17.0

- old
+ new

@@ -1,9 +1,14 @@ # Change log ## Master (Unreleased) +## 1.17.0 (2017-09-14) + +* Add `RSpec/Capybara` namespace including the first cop for feature specs: `Capybara/FeatureMethods`. ([@rspeicher][]) +* Update to RuboCop 0.50.0. ([@bquorning][]) + ## 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][]) @@ -24,11 +29,11 @@ * 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-24) -* Add `RSpec/DescribeSymbol` cop. ([@tsigo][]) +* Add `RSpec/DescribeSymbol` cop. ([@rspeicher][]) * Fix error when `RSpec/OverwritingSetup` and `RSpec/ScatteredLet` analyzed empty example groups. ([@backus][]) ## 1.14.0 (2017-03-24) * Add `RSpec/OverwritingSetup` cop. ([@Darhazer][]) @@ -231,9 +236,9 @@ [@onk]: https://github.com/onk [@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 +[@rspeicher]: https://github.com/rspeicher [@jonatas]: https://github.com/jonatas [@pocke]: https://github.com/pocke [@bmorrall]: https:/github.com/bmorrall