Skip to content

Commit 50792ea

Browse files
committed
Update Changelog
1 parent 91cd6bb commit 50792ea

18 files changed

+30
-17
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
### New features
6+
7+
* [#714](https://github.com/rubocop/rubocop-rails/pull/714): Add new `Rails/FreezeTime` cop. ([@ydah][])
8+
* [#744](https://github.com/rubocop/rubocop-rails/pull/744): Add new `Rails/WhereMissing` cop. ([@ydah][])
9+
* [#587](https://github.com/rubocop/rubocop-rails/pull/587): Add new `Rails/RootPathnameMethods` cop. ([@leoarnold][])
10+
* [#752](https://github.com/rubocop/rubocop-rails/pull/752): Add `Rails/TopLevelHashWithIndifferentAccess` cop. ([@r7kamura][])
11+
* [#759](https://github.com/rubocop/rubocop-rails/pull/759): Add new `Rails/ActionControllerFlashBeforeRender` cop. ([@americodls][])
12+
* [#749](https://github.com/rubocop/rubocop-rails/pull/749): Add new `Rails/ActiveSupportOnLoad` cop. ([@bdewater][])
13+
* [#747](https://github.com/rubocop/rubocop-rails/pull/747): Add `Rails/ToSWithArgument` cop. ([@r7kamura][])
14+
* [#746](https://github.com/rubocop/rubocop-rails/pull/746): Enable `ActiveSupportExtensionsEnabled` option by default. ([@koic][])
15+
16+
### Bug fixes
17+
18+
* [#757](https://github.com/rubocop/rubocop-rails/issues/757): Fix a false positive for `Rails/ReflectionClassName` when using Ruby 3.1's hash shorthand syntax. ([@koic][])
19+
* [#741](https://github.com/rubocop/rubocop-rails/pull/741): Fix a bad autocorrection for `errors.details[:name] << value` in Rails/DeprecatedActiveModelErrorsMethods. ([@BrianHawley][])
20+
* [#742](https://github.com/rubocop/rubocop-rails/pull/742): Rails/DeprecatedActiveModelErrorsMethods was missing the deprecated `values`, `to_h`, and `to_xml` methods. ([@BrianHawley][])
21+
* [#740](https://github.com/rubocop/rubocop-rails/pull/740): Fix a NoMethodError on nil for `errors.keys` in a model in Rails/DeprecatedActiveModelErrorsMethods. ([@BrianHawley][])
22+
* [#753](https://github.com/rubocop/rubocop-rails/pull/753): Fix `Rails/CompactBlank` bug when offense is found in block. ([@r7kamura][])
23+
* [#756](https://github.com/rubocop/rubocop-rails/pull/756): Fix incorrect documentation URLs when using `rubocop --show-docs-url`. ([@r7kamura][])
24+
* [#754](https://github.com/rubocop/rubocop-rails/pull/754): Make `Rails/RedundantReceiverInWithOptions` and `Rails/ReversibleMigration` cops aware of numbered block parameter. ([@koic][])
25+
26+
### Changes
27+
28+
* [#750](https://github.com/rubocop/rubocop-rails/pull/750): Deprecate `IgnoredMethods` option in integrate to `AllowedMethods` and `AllowedPatterns` option. ([@koic][])
29+
* [#729](https://github.com/rubocop/rubocop-rails/pull/729): Change the minimum required `rubocop` dependency version to 1.31.0. ([@pirj][])
30+
531
## 2.15.2 (2022-07-07)
632

733
### Bug fixes
@@ -644,3 +670,7 @@
644670
[@kkitadate]: https://github.com/kkitadate
645671
[@Darhazer]: https://github.com/Darhazer
646672
[@kazarin]: https://github.com/kazarin
673+
[@BrianHawley]: https://github.com/BrianHawley
674+
[@r7kamura]: https://github.com/r7kamura
675+
[@americodls]: https://github.com/americodls
676+
[@bdewater]: https://github.com/bdewater

changelog/change_deprecate_ignore_methods_parameter.md

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

changelog/change_rubocop_dependency_version.md

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

changelog/fix_a_false_positive_for_rails_reflection_class_name.md

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

changelog/fix_deprecated_errors_bad_details_autocorrection.md

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

changelog/fix_deprecated_errors_missing_methods.md

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

changelog/fix_deprecated_errors_nil_dereference.md

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

changelog/fix_fix_railscompactblank_bug_when_offense.md

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

changelog/fix_incorrect_documentation_urls.md

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

changelog/fix_make_redundant_receiver_in_with_options_and_reversible_migration_aware_of_numblock.md

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

0 commit comments

Comments
 (0)