Skip to content

Commit 582ba11

Browse files
committed
Update Changelog
1 parent a20671e commit 582ba11

5 files changed

+9
-4
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
### Bug fixes
6+
7+
* [#712](https://github.com/rubocop/rubocop-rails/issues/712): Fix false negative in `Rails/Delegate` when preceding nested class declares private or protected methods. ([@Darhazer][])
8+
* [#737](https://github.com/rubocop/rubocop-rails/issues/737): Fix a false positive for `Rails/DeprecatedActiveModelErrorsMethods` when using `keys` method with Rails 6.0. ([@koic][])
9+
* [#737](https://github.com/rubocop/rubocop-rails/pull/737): Make `Rails/ExpandedDateRange` aware `beginning_of_week` with an argument. ([@koic][])
10+
* [#731](https://github.com/rubocop/rubocop-rails/issues/731): Fix an incorrect autocorrect for `Rails/StripHeredoc`. ([@kazarin][])
11+
512
## 2.15.1 (2022-06-26)
613

714
### Bug fixes
@@ -633,3 +640,5 @@
633640
[@dorkrawk]: https://github.com/dorkrawk
634641
[@ydah]: https://github.com/ydah
635642
[@kkitadate]: https://github.com/kkitadate
643+
[@Darhazer]: https://github.com/Darhazer
644+
[@kazarin]: https://github.com/kazarin

changelog/fix_a_false_positive_for_rails_deprecated_active_model_errors_methods.md

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

changelog/fix_false_negative_for_rails_expanded_date_range.md

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

changelog/fix_false_negative_when_nested_classes_has_private_or_protected_methods.md

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

changelog/fix_fix_an_incorrect_autocorrect_for_strip_heredoc.md

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

0 commit comments

Comments
 (0)