diff --git a/changelog/change_where_range_unsafe_autocorrect.md b/changelog/change_where_range_unsafe_autocorrect.md index eee3efc506..a3e597751e 100644 --- a/changelog/change_where_range_unsafe_autocorrect.md +++ b/changelog/change_where_range_unsafe_autocorrect.md @@ -1 +1 @@ -* [#1283](https://github.com/rubocop/rubocop-rails/issues/1283): Mark `WhereRange` as unsafe autocorrect. ([@fatkodima][]) +* [#1283](https://github.com/rubocop/rubocop-rails/issues/1283): Mark `Rails/WhereRange` as unsafe autocorrect. ([@fatkodima][]) diff --git a/changelog/fix_change_column_null_in_bulk_change_table.md b/changelog/fix_change_column_null_in_bulk_change_table.md index f937582d0c..51e6f3588a 100644 --- a/changelog/fix_change_column_null_in_bulk_change_table.md +++ b/changelog/fix_change_column_null_in_bulk_change_table.md @@ -1 +1 @@ -* [#1280](https://github.com/rubocop/rubocop-rails/issues/1280): Look for change_column_null for `BulkChangeTable`. ([@ccutrer][]) +* [#1280](https://github.com/rubocop/rubocop-rails/issues/1280): Look for change_column_null for `Rails/BulkChangeTable`. ([@ccutrer][]) diff --git a/changelog/fix_where_range_complex_expressions.md b/changelog/fix_where_range_complex_expressions.md index 215be32c91..b09633405a 100644 --- a/changelog/fix_where_range_complex_expressions.md +++ b/changelog/fix_where_range_complex_expressions.md @@ -1 +1 @@ -* [#1281](https://github.com/rubocop/rubocop-rails/issues/1281): Fix `WhereRange` autocorrect for complex expressions. ([@fatkodima][]) +* [#1281](https://github.com/rubocop/rubocop-rails/issues/1281): Fix `Rails/WhereRange` autocorrect for complex expressions. ([@fatkodima][]) diff --git a/changelog/fix_where_range_spaces.md b/changelog/fix_where_range_spaces.md index 347fceb1e3..3de6b0ff60 100644 --- a/changelog/fix_where_range_spaces.md +++ b/changelog/fix_where_range_spaces.md @@ -1 +1 @@ -* [#1282](https://github.com/rubocop/rubocop-rails/issues/1282): Fix `WhereRange` to correctly handle template strings with extra spaces. ([@fatkodima][]) +* [#1282](https://github.com/rubocop/rubocop-rails/issues/1282): Fix `Rails/WhereRange` to correctly handle template strings with extra spaces. ([@fatkodima][])