Skip to content

Commit 0fb1259

Browse files
committed
Update Changelog
1 parent 24faad2 commit 0fb1259

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 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+
* [#1530](https://github.com/rubocop/rubocop-rails/issues/1530): Fix an incorrect autocorrect for `Rails/FindByOrAssignmentMemoization` when using endless method definition. ([@koic][])
15+
* [#1522](https://github.com/rubocop/rubocop-rails/pull/1522): Fix an error for `Rails/FindBy` when `where` takes a block. ([@earlopain][])
16+
* [#1182](https://github.com/rubocop/rubocop-rails/issues/1182): Fix a false positive for `Rails/ActionControllerFlashBeforeRender` when flash is called in a block. ([@5hun-s][])
17+
1218
## 2.33.3 (2025-08-14)
1319

1420
### Bug fixes
@@ -1329,3 +1335,4 @@
13291335
[@davidrunger]: https://github.com/davidrunger
13301336
[@tdeo]: https://github.com/tdeo
13311337
[@lovro-bikic]: https://github.com/lovro-bikic
1338+
[@5hun-s]: https://github.com/5hun-s

changelog/fix_an_incorrect_autocorrect_for_rails_find_by_or_assignment_memoization.md

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

changelog/fix_error_find_by_block.md

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

changelog/fix_false_positive_for_rails_action_controller_flash_before_render.md

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

0 commit comments

Comments
 (0)