Skip to content

Commit 1b941bf

Browse files
committed
Update Changelog
1 parent e9a043d commit 1b941bf

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 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+
* [#723](https://github.com/rubocop/rubocop-rails/pull/723): Fix include value in `Rails/AttributeDefaultBlockValue`. ([@kkitadate][])
8+
* [#717](https://github.com/rubocop/rubocop-rails/issues/717): Fix an error for `Rails/DeprecatedActiveModelErrorsMethods` when root receiver is a variable. ([@koic][])
9+
* [#719](https://github.com/rubocop/rubocop-rails/issues/719): Fix a false negative for `Rails/FormattedS` when using safe navigation operator. ([@koic][])
10+
* [#725](https://github.com/rubocop/rubocop-rails/issues/725): Fix an incorrect autocorrect for `Rails/DotSeparatedKeys` when a key starts with dot. ([@koic][])
11+
512
## 2.15.0 (2022-06-14)
613

714
### New features
@@ -623,3 +630,4 @@
623630
[@nobuyo]: https://github.com/nobuyo
624631
[@dorkrawk]: https://github.com/dorkrawk
625632
[@ydah]: https://github.com/ydah
633+
[@kkitadate]: https://github.com/kkitadate

changelog/fix_a_false_negative_for_rails_to_formatted_s.md

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

changelog/fix_an_error_for_rails_deprecated_active_model_errors_methods.md

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

changelog/fix_an_incorrect_autocorrect_for_rails_dot_separated_keys.md

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

changelog/fix_include_value_in.md

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

0 commit comments

Comments
 (0)