diff --git a/CHANGELOG.md b/CHANGELOG.md index b15f155f..cd25f0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ Features - Removes enumerize in favor of built-in enums [#428](https://github.com/platanus/potassium/pull/428) + - Enable new rubocop rules [#429](https://github.com/platanus/potassium/pull/429) +
+ See rules + + - [Rails/Delegate](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railsdelegate) + - [Rails/I18nLocaleAssignment](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railsi18nlocaleassignment) + - [Rails/WhereEquals](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railswhereequals) + - [Rails/WhereNot](https://docs.rubocop.org/rubocop-rails/2.17/cops_rails.html#railswherenot) + - [Layout/ClassStructure](https://docs.rubocop.org/rubocop/1.24/cops_layout.html#layoutclassstructure) +
## 6.7.0