Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Dec 16, 2023
1 parent cc81598 commit cbd9eeb
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@

## master (unreleased)

### New features

* [#1183](https://github.com/rubocop/rubocop-rails/pull/1183): Support PostGIS adapter for PostgreSQL. ([@Dania02525][])

### Bug fixes

* [#1206](https://github.com/rubocop/rubocop-rails/issues/1206): Fix an error for `Rails/WhereMissing` where join method is called without arguments. ([@fatkodima][])
* [#1189](https://github.com/rubocop/rubocop-rails/issues/1189): Fix false negatives for `Rails/Pluck` when using safe navigation method calls. ([@koic][])
* [#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][])

### Changes

* [#1213](https://github.com/rubocop/rubocop-rails/issues/1213): Update `Rails/PluckInWhere` to check for `.ids` call. ([@fatkodima][])
* [#1181](https://github.com/rubocop/rubocop-rails/pull/1181): Support `Nokogiri::HTML.parse` and `Nokogiri::HTML5.parse` on `Rails/ResponseParsedBody`. ([@r7kamura][])
* [#1198](https://github.com/rubocop/rubocop-rails/issues/1198): Support `where.not` for `Rails/PluckInWhere`. ([@fatkodima][])

## 2.22.2 (2023-11-19)

### Bug fixes
Expand Down Expand Up @@ -995,3 +1011,4 @@
[@marocchino]: https://github.com/marocchino
[@jamiemccarthy]: https://github.com/jamiemccarthy
[@sambostock]: https://github.com/sambostock
[@Dania02525]: https://github.com/Dania02525
1 change: 0 additions & 1 deletion changelog/change_support_ids_for_pluck_in_where.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_support_nokogiri_html_parse.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_support_where_not_for_pluck_in_where.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_false_negatives_for_rails_pluck.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_support_postgis_adapter_for_postgresql.md

This file was deleted.

0 comments on commit cbd9eeb

Please sign in to comment.