CHANGELOG.md in salsify_rubocop-0.47.0 vs CHANGELOG.md in salsify_rubocop-0.47.1.rc0
- old
+ new
@@ -1,6 +1,9 @@
# salsify_rubocop
+## v0.47.1
+- Add `Salsify/StyleDig` cop to recommend using `#dig` for deeply nested access.
+
## v0.47.0
- Update to `rubocop` v0.47.1 and `rubocop-rspec` v1.10.0.
- Enable `Bundler/OrderedGems` now that auto-correct is supported.
- Disable new cop `Rails/FilePath`.
- Disable `RSpec/MessageExpectation` and use `RSpec/MessageSpies` instead.