Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Nov 19, 2023
1 parent 95bc3e7 commit 15b97b0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@

## master (unreleased)

### Bug fixes

* [#1172](https://github.com/rubocop/rubocop-rails/issues/1172): Fix an error for `Rails/UnknownEnv` when using Rails 7.1. ([@koic][])
* [#1173](https://github.com/rubocop/rubocop-rails/issues/1173): Fix an error for `Rails/RedundantActiveRecordAllMethod` cop when used with RuboCop 1.51 or lower. ([@koic][])

### Changes

* [#1171](https://github.com/rubocop/rubocop-rails/pull/1171): Change `Rails/RedundantActiveRecordAllMethod` to ignore `delete_all` and `destroy_all` when receiver is an association. ([@masato-bkn][])
* [#1178](https://github.com/rubocop/rubocop-rails/pull/1178): Require RuboCop AST 1.30.0+. ([@koic][])

## 2.22.1 (2023-10-28)

### Bug fixes
Expand Down

This file was deleted.

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

This file was deleted.

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

This file was deleted.

This file was deleted.

0 comments on commit 15b97b0

Please sign in to comment.