diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f4035f95..077ce30595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ ## master (unreleased) +### Bug fixes + +* [#1221](https://github.com/rubocop/rubocop-rails/issues/1221): Fix an exception in `Rails/WhereNot` when calling `.where` on an implicit receiver (e.g. inside model code). ([@bquorning][]) + ## 2.23.0 (2023-12-16) ### New features @@ -1014,3 +1018,4 @@ [@jamiemccarthy]: https://github.com/jamiemccarthy [@sambostock]: https://github.com/sambostock [@Dania02525]: https://github.com/Dania02525 +[@bquorning]: https://github.com/bquorning diff --git a/changelog/fix_where_not_with_implicit_receiver.md b/changelog/fix_where_not_with_implicit_receiver.md deleted file mode 100644 index d820b61190..0000000000 --- a/changelog/fix_where_not_with_implicit_receiver.md +++ /dev/null @@ -1 +0,0 @@ -* [#1221](https://github.com/rubocop/rubocop-rails/issues/1221): Fix an exception in `Rails/WhereNot` when calling `.where` on an implicit receiver (e.g. inside model code). ([@bquorning][])