Skip to content

Commit a451135

Browse files
committed
Update Changelog
1 parent f935a0b commit a451135

5 files changed

+10
-4
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1362](https://github.com/rubocop/rubocop-rails/issues/1362): Fix false positives for `Rails/EnumSyntax` when using Ruby 2.7. ([@koic][])
15+
* [#1269](https://github.com/rubocop/rubocop-rails/issues/1269): Fix false positives for `Rails/ActionControllerFlashBeforeRender` in combination with implicit returns. ([@earlopain][])
16+
* [#1326](https://github.com/rubocop/rubocop-rails/pull/1326): Fix wrong autocorrect for `Rails/FilePath` when passing an array to `File.join`. ([@earlopain][])
17+
18+
### Changes
19+
20+
* [#1359](https://github.com/rubocop/rubocop-rails/pull/1359): Support `filter` in `Rails/CompactBlank`. ([@masato-bkn][])
21+
1222
## 2.26.1 (2024-09-07)
1323

1424
### Bug fixes

changelog/change_support_filter_in_rails_compact_blank.md

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

changelog/fix_false_positives_for_rails_enum_syntax.md

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

changelog/fix_revert_flash_before_render.md

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

changelog/fix_wrong_autocorrect_for_rails_file_path.md

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

0 commit comments

Comments
 (0)