Skip to content

Commit cbd9eeb

Browse files
committed
Update Changelog
1 parent cc81598 commit cbd9eeb

8 files changed

+17
-7
lines changed

CHANGELOG.md

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

1010
## master (unreleased)
1111

12+
### New features
13+
14+
* [#1183](https://github.com/rubocop/rubocop-rails/pull/1183): Support PostGIS adapter for PostgreSQL. ([@Dania02525][])
15+
16+
### Bug fixes
17+
18+
* [#1206](https://github.com/rubocop/rubocop-rails/issues/1206): Fix an error for `Rails/WhereMissing` where join method is called without arguments. ([@fatkodima][])
19+
* [#1189](https://github.com/rubocop/rubocop-rails/issues/1189): Fix false negatives for `Rails/Pluck` when using safe navigation method calls. ([@koic][])
20+
* [#1204](https://github.com/rubocop/rubocop-rails/pull/1204): Make `Rails/ActiveSupportAliases`, `Rails/FindBy`, `Rails/FindById`, `Rails/Inquiry`, `Rails/Pick` `Rails/PluckId`, `Rails/PluckInWhere`, `Rails/WhereEquals`, `Rails/WhereExists`, and `Rails/WhereNot` cops aware of safe navigation operator. ([@koic][])
21+
22+
### Changes
23+
24+
* [#1213](https://github.com/rubocop/rubocop-rails/issues/1213): Update `Rails/PluckInWhere` to check for `.ids` call. ([@fatkodima][])
25+
* [#1181](https://github.com/rubocop/rubocop-rails/pull/1181): Support `Nokogiri::HTML.parse` and `Nokogiri::HTML5.parse` on `Rails/ResponseParsedBody`. ([@r7kamura][])
26+
* [#1198](https://github.com/rubocop/rubocop-rails/issues/1198): Support `where.not` for `Rails/PluckInWhere`. ([@fatkodima][])
27+
1228
## 2.22.2 (2023-11-19)
1329

1430
### Bug fixes
@@ -995,3 +1011,4 @@
9951011
[@marocchino]: https://github.com/marocchino
9961012
[@jamiemccarthy]: https://github.com/jamiemccarthy
9971013
[@sambostock]: https://github.com/sambostock
1014+
[@Dania02525]: https://github.com/Dania02525

changelog/change_support_ids_for_pluck_in_where.md

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

changelog/change_support_nokogiri_html_parse.md

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

changelog/change_support_where_not_for_pluck_in_where.md

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

changelog/fix_error_for_where_missing_where_joins_called_without_args.md

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

changelog/fix_false_negatives_for_rails_pluck.md

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

changelog/fix_make_some_cops_aware_of_safe_navigation_operator.md

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

changelog/new_support_postgis_adapter_for_postgresql.md

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

0 commit comments

Comments
 (0)