CHANGELOG.md in salsify_rubocop-0.47.1 vs CHANGELOG.md in salsify_rubocop-0.47.2
- old
+ new
@@ -1,6 +1,10 @@
# salsify_rubocop
+## v0.47.2
+- Fix issue for `Salsify/Style` with nested access as the target for
+ conditional assignment.
+
## v0.47.1
- Add `Salsify/StyleDig` cop to recommend using `#dig` for deeply nested access.
- Add `Salsify/RailsApplicationRecord` cop.
- Add new `rubocop_rails50` configuration for use with Rails 5.0 apps.