Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 25, 2024
1 parent f5c378a commit f4d0a45
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@

## master (unreleased)

### Bug fixes

* [#1244](https://github.com/rubocop/rubocop-rails/issues/1244): Fix a false positive for `Rails/ActionControllerFlashBeforeRender` when returning `redirect_to`. ([@earlopain][])
* [#1255](https://github.com/rubocop/rubocop-rails/pull/1255): Fix an error for `Rails/UniqBeforePluck` with `EnforcedStyle: aggressive` when no receiver. ([@earlopain][])
* [#1247](https://github.com/rubocop/rubocop-rails/issues/1247): Fix an error for `Rails/UnusedIgnoredColumns` when without tables in db/schema.rb. ([@koic][])
* [#1253](https://github.com/rubocop/rubocop-rails/pull/1253): Fix an error for `Rails/WhereMissing` with leading `where` without receiver. ([@earlopain][])
* [#1254](https://github.com/rubocop/rubocop-rails/pull/1254): Fix an error for `Rails/ExpandedDateRange` when passing an argument only to the first method call for weeks. ([@earlopain][])
* [#1256](https://github.com/rubocop/rubocop-rails/pull/1256): Fix an error for `Rails/ActiveSupportOnLoad` when calling without arguments. ([@earlopain][])
* [#1230](https://github.com/rubocop/rubocop-rails/issues/1230): Fix a false positive for `Rails/SaveBang` if `persisted?` is checked on parenthesised expression. ([@earlopain][])
* [#1200](https://github.com/rubocop/rubocop-rails/issues/1200): Make `Rails/TimeZone` aware of safe navigation. ([@earlopain][])

### Changes

* [#1257](https://github.com/rubocop/rubocop-rails/pull/1257): Add Rails 7.1 load hooks and `active_record_sqlite3adapter` to `Rails/ActiveSupportOnLoad`. ([@earlopain][])

## 2.24.0 (2024-03-03)

### New features
Expand Down

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_an_error_for_rails_uniq_before_pluck.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_an_error_for_rails_unused_ignored_column.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_an_error_for_rails_where_missing.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_and_error_for_rails_expanded_date_range.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_error_for_rails_active_support_load_hook.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_false_positive_for_rails_save_bang.md

This file was deleted.

This file was deleted.

0 comments on commit f4d0a45

Please sign in to comment.