Skip to content

Commit

Permalink
Merge pull request #1300 from Earlopain/changelog-tweaks
Browse files Browse the repository at this point in the history
Consistently specify department in current changelog entries
  • Loading branch information
koic committed Jun 19, 2024
2 parents 0259700 + ec3f284 commit 906e18c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog/change_where_range_unsafe_autocorrect.md
Original file line number Diff line number Diff line change
@@ -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][])
2 changes: 1 addition & 1 deletion changelog/fix_change_column_null_in_bulk_change_table.md
Original file line number Diff line number Diff line change
@@ -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][])
2 changes: 1 addition & 1 deletion changelog/fix_where_range_complex_expressions.md
Original file line number Diff line number Diff line change
@@ -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][])
2 changes: 1 addition & 1 deletion changelog/fix_where_range_spaces.md
Original file line number Diff line number Diff line change
@@ -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][])

0 comments on commit 906e18c

Please sign in to comment.