Skip to content

Commit 72a9281

Browse files
committed
Update Changelog
1 parent 047dee3 commit 72a9281

10 files changed

+20
-9
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### New features
13+
14+
* [#1407](https://github.com/rubocop/rubocop-rails/pull/1407): Add new `Rails/MultipleRoutePaths` cop. ([@koic][])
15+
* [#1358](https://github.com/rubocop/rubocop-rails/issues/1358): Add new `Rails/StrongParametersExpect` cop. ([@koic][])
16+
17+
### Bug fixes
18+
19+
* [#1409](https://github.com/rubocop/rubocop-rails/pull/1409): Fix an error for `Rails/ReversibleMigration` when calling `drop_table` without any arguments. ([@earlopain][])
20+
* [#1397](https://github.com/rubocop/rubocop-rails/pull/1397): Fix an incorrect autocorrect for `Rails/TimeZone` when Time.new has a string argument. ([@mterada1228][])
21+
* [#1406](https://github.com/rubocop/rubocop-rails/pull/1406): Fix autocorrection for `Rails/IndexBy` and `Rails/IndexWith` when `map { ... }.to_h` is enclosed in another block. ([@franzliedke][], [@eugeneius][])
22+
* [#1404](https://github.com/rubocop/rubocop-rails/pull/1404): Update `Rails/IndexBy` and `Rails/IndexWith` to support numbered block parameters. ([@eugeneius][])
23+
* [#1405](https://github.com/rubocop/rubocop-rails/pull/1405): Fix autocorrection for `Rails/IndexWith` when the value is a hash literal without braces. ([@koic][], [@eugeneius][])
24+
* [#1414](https://github.com/rubocop/rubocop-rails/pull/1414): Fix `Rails/HttpPositionalArguments` cop false positives with arguments forwarding. ([@viralpraxis][])
25+
26+
### Changes
27+
28+
* [#1410](https://github.com/rubocop/rubocop-rails/issues/1410): Make registered cops aware of `AllCops: MigratedSchemaVersion`. ([@koic][])
29+
1230
## 2.28.0 (2024-12-25)
1331

1432
### New features
@@ -1185,3 +1203,5 @@
11851203
[@ytjmt]: https://github.com/ytjmt
11861204
[@armandmgt]: https://github.com/armandmgt
11871205
[@viralpraxis]: https://github.com/viralpraxis
1206+
[@mterada1228]: https://github.com/mterada1228
1207+
[@franzliedke]: https://github.com/franzliedke

changelog/change_make_registered_cops_aware_of_all_cops_migrated_schema_version.md

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

changelog/fix_error_reversible_migration.md

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

changelog/fix_fix_an_incorrect_autocorrect_for_rails_timezone_when_time_new_has_a_string_augument.md

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

changelog/fix_index_by_index_with_enclosing_block.md

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

changelog/fix_index_by_index_with_numblock.md

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

changelog/fix_index_with_hash_literal_without_braces.md

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

changelog/fix_rails_http_positional_arguments_cop_false_positivies_with_arguments_forwarding.md

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

changelog/new_add_new_rails_multiple_route_paths_cop.md

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

changelog/new_add_new_rails_strong_parameters_expect_cop.md

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

0 commit comments

Comments
 (0)