Skip to content

Commit 18f5484

Browse files
committed
Update Changelog
1 parent c0f086f commit 18f5484

7 files changed

+10
-6
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1423](https://github.com/rubocop/rubocop-rails/issues/1423): Fix an error for `Rails/StrongParametersExpect` when using `permit` with no arguments. ([@koic][])
15+
* [#1417](https://github.com/rubocop/rubocop-rails/issues/1417): Fix an incorrect autocorrect for `Rails/StrongParametersExpect` when using a leading dot multiline call to `require` with `permit`. ([@koic][])
16+
* [#1356](https://github.com/rubocop/rubocop-rails/issues/1356): Enhance `Rails/DuplicateAssociation` to handle alias. ([@ydakuka][])
17+
* [#1389](https://github.com/rubocop/rubocop-rails/issues/1389): Handle `TypeError` caused by passing array literals as arguments to `File` methods in `Rails/FilePath` cop. ([@ydakuka][])
18+
* [#1389](https://github.com/rubocop/rubocop-rails/issues/1389): Handle `TypeError` caused by passing array literals as arguments to `File` methods in `Rails/RootPathnameMethods` cop. ([@ydakuka][])
19+
* [#1228](https://github.com/rubocop/rubocop-rails/issues/1228): Enhance `Rails/SaveBang` to properly handle instance variables. ([@ydakuka][])
20+
1221
## 2.29.0 (2025-01-18)
1322

1423
### New features
@@ -1207,3 +1216,4 @@
12071216
[@viralpraxis]: https://github.com/viralpraxis
12081217
[@mterada1228]: https://github.com/mterada1228
12091218
[@franzliedke]: https://github.com/franzliedke
1219+
[@ydakuka]: https://github.com/ydakuka

changelog/fix_an_error_for_rails_strong_parameters_expect.md

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

changelog/fix_an_incorrect_autocorrect_for_rails_strong_parameters_expect.md

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

changelog/fix_rails_duplicate_association_to_handle_alias.md

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

changelog/fix_rails_file_path_to_handle_type_error_caused_by_an_array.md

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

changelog/fix_rails_root_pathname_to_handle_type_error_caused_by_an_array.md

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

changelog/fix_rails_save_bang_to_handle_instance_variables.md

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

0 commit comments

Comments
 (0)