Skip to content

Commit 3032b74

Browse files
committed
Update Changelog
1 parent b930670 commit 3032b74

8 files changed

+16
-7
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
### Bug fixes
6+
7+
* [#870](https://github.com/rubocop/rubocop-rails/issues/870): Fix an error for `Rails/RootPathnameMethods` when using `Rails.env` argument within `Dir.glob`. ([@koic][])
8+
* [#881](https://github.com/rubocop/rubocop-rails/pull/881): Fix a false positive for `Rails/ActionControllerFlashBeforeRender` when using `flash` in multiline `rescue` branch before `redirect_to`. ([@gurix][])
9+
* [#871](https://github.com/rubocop/rubocop-rails/pull/871): Fix a false positive for `Rails/WhereMissing` when `left_joins(:foo)` and `where(foos: {id: nil})` separated by `or`, `and`. ([@ydah][])
10+
* [#875](https://github.com/rubocop/rubocop-rails/pull/875): Make `Rails/RootPathnameMethods` aware of enforced style of `Style/StringLiterals`. ([@koic][])
11+
* [#882](https://github.com/rubocop/rubocop-rails/pull/882): Fix false positive for `Rails/UniqueValidationWithoutIndex` with :conditions option. ([@etiennebarrie][])
12+
* [#821](https://github.com/rubocop/rubocop-rails/issues/821): Enhance `Rails/TimeZone` to accept methods with the `:in` timezone option. ([@fatkodima][])
13+
14+
### Changes
15+
16+
* [#880](https://github.com/rubocop/rubocop-rails/pull/880): Add Rails/I18nLocaleTexts match for redirect_back. ([@bensheldon][])
17+
518
## 2.17.3 (2022-11-20)
619

720
### Bug fixes
@@ -766,3 +779,6 @@
766779
[@jdufresne]: https://github.com/jdufresne
767780
[@vlad-pisanov]: https://github.com/vlad-pisanov
768781
[@gsamokovarov]: https://github.com/gsamokovarov
782+
[@bensheldon]: https://github.com/bensheldon
783+
[@gurix]: https://github.com/gurix
784+
[@etiennebarrie]: https://github.com/etiennebarrie

changelog/change_add_i18nlocaletext_match_for_redirect_back.md

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

changelog/fix_an_error_for_rails_root_pathname_methods.md

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

changelog/fix_false_positive_action_controller_flash_before_render_after_rescue.md

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

changelog/fix_fix_a_false_positive_for_rails_where_missing.md

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

changelog/fix_make_rails_root_pathname_methods_aware_of_style_string_literals.md

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

changelog/fix_support_conditions_option_of.md

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

changelog/fix_time_zone_to_accept_in_option.md

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

0 commit comments

Comments
 (0)