Skip to content

Commit f052a89

Browse files
committed
Update Changelog
1 parent f66b8f7 commit f052a89

6 files changed

+12
-5
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1377](https://github.com/rubocop/rubocop-rails/issues/1377): Fix an error for `Rails/EnumSyntax` when positional arguments are used and options are not passed as keyword arguments. ([@koic][])
15+
* [#1367](https://github.com/rubocop/rubocop-rails/pull/1367): Fix `Rails/TimeZone` should not report offense on `String#to_time` with timezone specifier. ([@armandmgt][])
16+
17+
### Changes
18+
19+
* [#727](https://github.com/rubocop/rubocop-rails/issues/727): Disable `Rails/TransactionExitStatement` on Rails >= 7.2. ([@earlopain][])
20+
* [#1374](https://github.com/rubocop/rubocop-rails/pull/1374): Change `Rails/EnvLocal` to handle negated conditions. ([@fatkodima][])
21+
* [#1195](https://github.com/rubocop/rubocop-rails/issues/1195): Change `Rails/SelectMap` to handle safe navigation operators. ([@fatkodima][])
22+
1223
## 2.26.2 (2024-09-21)
1324

1425
### Bug fixes
@@ -1152,3 +1163,4 @@
11521163
[@fwolfst]: https://github.com/fwolfst
11531164
[@maxprokopiev]: https://github.com/maxprokopiev
11541165
[@ytjmt]: https://github.com/ytjmt
1166+
[@armandmgt]: https://github.com/armandmgt

changelog/change_disable_transaction_exit_rails_7.2.md

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

changelog/change_env_local_to_handle_negated_conditions.md

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

changelog/change_select_map_safe_navigation_handle_safe_navigation.md

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

changelog/fix_an_error_for_rails_enum_syntax.md

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

changelog/fix_rails_time_zone_string_to_time_with_specifier.md

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

0 commit comments

Comments
 (0)