Skip to content

Commit 91780db

Browse files
committed
Update Changelog
1 parent cf897f3 commit 91780db

5 files changed

Lines changed: 7 additions & 4 deletions

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1556](https://github.com/rubocop/rubocop-rails/pull/1556): Fix an error for `Rails/Env` when assigning `Rails.env`. ([@koic][])
15+
* [#1557](https://github.com/rubocop/rubocop-rails/issues/1557): Fix false positives for `Rails/Presence` with comparison and assignment operators. ([@davidenglishmusic][])
16+
* [#1558](https://github.com/rubocop/rubocop-rails/issues/1558): This PR fixes incorrect autocorrect for `Rails/RedirectBackOrTo` when additional options as double splat are used. ([@koic][])
17+
* [#1561](https://github.com/rubocop/rubocop-rails/issues/1561): Fix incorrect autocorrect for `Rails/RedirectBackOrTo` when `fallback_location` argument is a hash and the call has no argument parentheses. ([@koic][])
18+
1219
## 2.34.0 (2025-11-16)
1320

1421
### New features

changelog/fix_an_error_for_rails_env.md

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

changelog/fix_false_positives_for_rails_presence_with_comparison_and_assignment_operators.md

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

changelog/fix_incorrect_autocorrect_for_rails_redirect_back_or_to.md

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

changelog/fix_incorrect_autocorrect_for_rails_redirect_back_or_to_cop.md

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

0 commit comments

Comments
 (0)