Skip to content

Commit 1c6e867

Browse files
committed
Update Changelog
1 parent 1a313ba commit 1c6e867

4 files changed

+6
-3
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1508](https://github.com/rubocop/rubocop-rails/issues/1508): Fix an error for `Rails/TransactionExitStatement` when `transaction` is part of a method chain. ([@earlopain][])
15+
* [#1510](https://github.com/rubocop/rubocop-rails/pull/1510): Fix `Rails/OrderArguments` cop false positives when using column index argument. ([@viralpraxis][])
16+
* [#1511](https://github.com/rubocop/rubocop-rails/pull/1511): Don't register offenses for `Rails/WhereExists` when `exists?` is given multiple or splat arguments. ([@lovro-bikic][])
17+
1218
## 2.33.0 (2025-08-10)
1319

1420
### New features

changelog/fix_error_transaction_exit.md

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

changelog/fix_rails_order_arguments_cop_false_positives.md

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

changelog/fix_rails_where_exists_behavior_for_exists_with_multiple_arguments.md

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

0 commit comments

Comments
 (0)