From a451135c12b118ae88bfe6b56adef14714190d41 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 21 Sep 2024 12:48:36 +0900 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 10 ++++++++++ .../change_support_filter_in_rails_compact_blank.md | 1 - changelog/fix_false_positives_for_rails_enum_syntax.md | 1 - changelog/fix_revert_flash_before_render.md | 1 - changelog/fix_wrong_autocorrect_for_rails_file_path.md | 1 - 5 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 changelog/change_support_filter_in_rails_compact_blank.md delete mode 100644 changelog/fix_false_positives_for_rails_enum_syntax.md delete mode 100644 changelog/fix_revert_flash_before_render.md delete mode 100644 changelog/fix_wrong_autocorrect_for_rails_file_path.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1c5d800e..f995c19ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelog/change_support_filter_in_rails_compact_blank.md b/changelog/change_support_filter_in_rails_compact_blank.md deleted file mode 100644 index a439c69a02..0000000000 --- a/changelog/change_support_filter_in_rails_compact_blank.md +++ /dev/null @@ -1 +0,0 @@ -* [#1359](https://github.com/rubocop/rubocop-rails/pull/1359): Support `filter` in `Rails/CompactBlank`. ([@masato-bkn][]) diff --git a/changelog/fix_false_positives_for_rails_enum_syntax.md b/changelog/fix_false_positives_for_rails_enum_syntax.md deleted file mode 100644 index 914d96ff49..0000000000 --- a/changelog/fix_false_positives_for_rails_enum_syntax.md +++ /dev/null @@ -1 +0,0 @@ -* [#1362](https://github.com/rubocop/rubocop-rails/issues/1362): Fix false positives for `Rails/EnumSyntax` when using Ruby 2.7. ([@koic][]) diff --git a/changelog/fix_revert_flash_before_render.md b/changelog/fix_revert_flash_before_render.md deleted file mode 100644 index 4a7cab0316..0000000000 --- a/changelog/fix_revert_flash_before_render.md +++ /dev/null @@ -1 +0,0 @@ -* [#1269](https://github.com/rubocop/rubocop-rails/issues/1269): Fix false positives for `Rails/ActionControllerFlashBeforeRender` in combination with implicit returns. ([@earlopain][]) diff --git a/changelog/fix_wrong_autocorrect_for_rails_file_path.md b/changelog/fix_wrong_autocorrect_for_rails_file_path.md deleted file mode 100644 index 10b2da3ae5..0000000000 --- a/changelog/fix_wrong_autocorrect_for_rails_file_path.md +++ /dev/null @@ -1 +0,0 @@ -* [#1326](https://github.com/rubocop/rubocop-rails/pull/1326): Fix wrong autocorrect for `Rails/FilePath` when passing an array to `File.join`. ([@earlopain][])