Skip to content

Commit eaaa688

Browse files
committed
Update Changelog
1 parent 8457ca2 commit eaaa688

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+
* [#1108](https://github.com/rubocop/rubocop-rails/issues/1108): Fix an incorrect autocorrect for `Rails/TimeZone` when using `String#to_time`. ([@koic][])
15+
* [#1109](https://github.com/rubocop/rubocop-rails/issues/1109): Fix error for `Rails/RedundantActiveRecordAllMethod` when `all` is an argument for AR methods. ([@masato-bkn][])
16+
* [#1110](https://github.com/rubocop/rubocop-rails/issues/1110): Fix false positive for `Rails/RedundantActiveRecordAllMethod` when `all` has any parameters. ([@masato-bkn][])
17+
1218
## 2.21.0 (2023-09-09)
1319

1420
### New features

changelog/fix_an_incorrect_autocorrect_for_rails_time_zone.md

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

changelog/fix_error_for_rails_redundant_active_record_all_method_when_all_is_an_argument_for_ar_methods.md

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

changelog/fix_false_positive_for_rails_redundant_active_record_all_method_when_all_has_any_parameters.md

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

0 commit comments

Comments
 (0)