Skip to content

Commit 65841f0

Browse files
committed
Update Changelog
1 parent e89ab8e commit 65841f0

3 files changed

Lines changed: 6 additions & 2 deletions

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1625](https://github.com/rubocop/rubocop-rails/issues/1625): Fix false positives in `Rails/StrongParametersExpect` when using collection methods (such as `delete`, `keys`, `merge`, `slice`, `dig`, `fetch`, or `transform_values`) on `params[:key]`, as well as block-style calls such as `params[:key].each { ... }` or `params[:key].map(&:to_s)`. ([@koic][])
15+
* [#1627](https://github.com/rubocop/rubocop-rails/pull/1627): Fix false positives in `Rails/StrongParametersExpect` for usages like `params[:key].try(:method)` and `params[:key].try!(:method)`. ([@nicholasdower][])
16+
1217
## 2.35.1 (2026-05-17)
1318

1419
### Bug fixes
@@ -1416,3 +1421,4 @@
14161421
[@y-yagi]: https://github.com/y-yagi
14171422
[@55728]: https://github.com/55728
14181423
[@codergeek121]: https://github.com/codergeek121
1424+
[@nicholasdower]: https://github.com/nicholasdower

changelog/fix_false_positives_for_rails_strong_parameters_expect_with_collection_methods.md

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

changelog/fix_false_positives_for_try_in_rails_strong_parameters_expect.md

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

0 commit comments

Comments
 (0)