Skip to content

Commit 3cae05d

Browse files
committed
Update Changelog
1 parent 7dabfc7 commit 3cae05d

10 files changed

+17
-9
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#586](https://github.com/rubocop/rubocop-rails/pull/586): Add new `Rails/RootJoinChain` cop. ([@leoarnold][])
8+
* [#571](https://github.com/rubocop/rubocop-rails/issues/571): Add `Rails/DurationArithmetic` cop. ([@pirj][])
9+
* [#594](https://github.com/rubocop/rubocop-rails/pull/594): Add `Rails/RedundantPresenceValidationOnBelongsTo` cop. ([@pirj][])
10+
* [#568](https://github.com/rubocop/rubocop-rails/issues/568): Add `Rails/SchemaComment` cop. ([@vitormd][])
11+
12+
### Changes
13+
14+
* [#591](https://github.com/rubocop/rubocop-rails/issues/591): Add `change_column` check to `Rails/ReversibleMigration`. ([@mattmccormick][])
15+
* Add `remove_reference` check to `Rails/ReversibleMigration`. ([@mattmccormick][])
16+
* [#576](https://github.com/rubocop/rubocop-rails/pull/576): Mark `Rails/TimeZone` as unsafe auto-correction from unsafe. ([@koic][])
17+
* [#582](https://github.com/rubocop/rubocop-rails/pull/582): Unmark `AutoCorrect: false` from `Rails/RelativeDateConstant`. ([@koic][])
18+
* [#580](https://github.com/rubocop/rubocop-rails/pull/580): Unmark `AutoCorrect: false` from `Rails/UniqBeforePluck`. ([@koic][])
19+
520
## 2.12.4 (2021-10-16)
621

722
### Bug fixes
@@ -484,3 +499,5 @@
484499
[@theunraveler]: https://github.com/theunraveler
485500
[@pirj]: https://github.com/pirj
486501
[@vitormd]: https://github.com/vitormd
502+
[@mattmccormick]: https://github.com/mattmccormick
503+
[@leoarnold]: https://github.com/leoarnold

changelog/change_add_change_column_check_to_railsreversiblemigration.md

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

changelog/change_add_remove_reference_check_to_railsreversiblemigration.md

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

changelog/change_mark_rails_time_zone_as_unsafe_auto_correction.md

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

changelog/change_unmark_autocorrect_false_from_rails_relative_date_constant.md

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

changelog/change_unmark_autocorrect_false_from_rails_uniq_before_pluck.md

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

changelog/new_add_new_railsrootjoinchain_cop.md

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

changelog/new_duration_arithmetic_cop.md

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

changelog/new_redundant_presence_validation_for_required_belongs_to_association_cop.md

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

changelog/new_schema_comment_cop.md

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

0 commit comments

Comments
 (0)