Skip to content

Commit 3552dd2

Browse files
committed
Update Changelog
1 parent 6e31622 commit 3552dd2

6 files changed

+12
-5
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
### Bug fixes
6+
7+
* [#601](https://github.com/rubocop/rubocop-rails/pull/601): Handle ignored_columns from mixins for `Rails/UnusedIgnoredColumns` cop. ([@tachyons][])
8+
* [#603](https://github.com/rubocop/rubocop-rails/issues/603): Fix autocorrection of multiple attributes for `Rails/RedundantPresenceValidationOnBelongsTo` cop. ([@pirj][])
9+
* [#608](https://github.com/rubocop/rubocop-rails/issues/608): Fix autocorrection of strict validation for `Rails/RedundantPresenceValidationOnBelongsTo` cop. ([@pirj][])
10+
11+
### Changes
12+
13+
* [#585](https://github.com/rubocop/rubocop-rails/pull/585): Make `Rails/ReadWriteAttribute` cop aware of shadowing methods. ([@drenmi][])
14+
* [#604](https://github.com/rubocop/rubocop-rails/issues/604): Remove `remove_reference` and `remove_belongs_to` methods from `Rails/ReversibleMigration` cop offenses. ([@TonyArra][])
15+
516
## 2.13.0 (2021-12-25)
617

718
### New features
@@ -505,3 +516,4 @@
505516
[@mattmccormick]: https://github.com/mattmccormick
506517
[@leoarnold]: https://github.com/leoarnold
507518
[@TonyArra]: https://github.com/TonyArra
519+
[@tachyons]: https://github.com/tachyons

changelog/change_read_write_attribute_to_be_aware_of_shadowed_methods.md

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

changelog/change_remove_remove_reference_checks_from.md

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

changelog/fix_handle_ignored_columns_from_mixins.md

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

changelog/fix_redundant_presence_validation_with_multi_attributes.md

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

changelog/fix_redundant_presence_validation_with_strict_validation.md

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

0 commit comments

Comments
 (0)