Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Sep 21, 2024
1 parent f935a0b commit a451135
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

* [#1362](https://github.com/rubocop/rubocop-rails/issues/1362): Fix false positives for `Rails/EnumSyntax` when using Ruby 2.7. ([@koic][])
* [#1269](https://github.com/rubocop/rubocop-rails/issues/1269): Fix false positives for `Rails/ActionControllerFlashBeforeRender` in combination with implicit returns. ([@earlopain][])
* [#1326](https://github.com/rubocop/rubocop-rails/pull/1326): Fix wrong autocorrect for `Rails/FilePath` when passing an array to `File.join`. ([@earlopain][])

### Changes

* [#1359](https://github.com/rubocop/rubocop-rails/pull/1359): Support `filter` in `Rails/CompactBlank`. ([@masato-bkn][])

## 2.26.1 (2024-09-07)

### Bug fixes
Expand Down
1 change: 0 additions & 1 deletion changelog/change_support_filter_in_rails_compact_blank.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit a451135

Please sign in to comment.