Skip to content

Commit 22bc59e

Browse files
committed
Update Changelog
1 parent 16b7f21 commit 22bc59e

5 files changed

+10
-4
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### Bug fixes
13+
14+
* [#1343](https://github.com/rubocop/rubocop-rails/issues/1343): Fix false negatives for `Rails/EnumSyntax` for non-literal mappings. ([@earlopain][])
15+
* [#1340](https://github.com/rubocop/rubocop-rails/issues/1340): Fix a false positive for `Rails/WhereEquals`, `Rails/WhereNot`, and `Rails/WhereRange` when qualifying the database name. ([@earlopain][])
16+
17+
### Changes
18+
19+
* [#1342](https://github.com/rubocop/rubocop-rails/issues/1342): Change `Rails/ApplicationRecord` to ignore migrations. ([@fatkodima][])
20+
* [#1350](https://github.com/rubocop/rubocop-rails/pull/1350): Change `Rails/EnumSyntax` to autocorrect underscored options. ([@fatkodima][])
21+
1222
## 2.26.0 (2024-08-24)
1323

1424
### New features

changelog/change_application_record_to_ignore_migrations.md

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

changelog/change_enum_syntax_to_autoccorect_underscored_options.md

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

changelog/fix_false_negatives_enum_syntax.md

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

changelog/fix_false_positive_database_qualified.md

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

0 commit comments

Comments
 (0)