Skip to content

Commit 1ad2fe5

Browse files
committed
Update Changelog
1 parent 04529cf commit 1ad2fe5

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1447](https://github.com/rubocop/rubocop-rails/issues/1447): Fix false positive for `Rails/LexicallyScopedActionFilter` when action methods are delegated. ([@vlad-pisanov][])
15+
* [#1446](https://github.com/rubocop/rubocop-rails/issues/1446): Fix false positives for `Rails/Delegate` when `module_function` is used. ([@ydakuka][])
16+
* [#1427](https://github.com/rubocop/rubocop-rails/issues/1427): Fix an error for `Rails/UniqBeforePluck` when `pluck` and `unique` are on different lines. ([@earlopain][])
17+
1218
## 2.30.1 (2025-02-17)
1319

1420
### Bug fixes

changelog/fix_a_false_positive_for_rails_lexically_scoped_action_filter.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_false_positives_for_rails_delegate_when_module_function_is_used.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/fix_wrong_autocorrect_rails_pluck_uniq.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)