From 4f314033a3c5ab39c504a1ff78a5cf1eb071e483 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 25 Dec 2023 09:39:47 +0900 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 5 +++++ changelog/fix_where_not_with_implicit_receiver.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 changelog/fix_where_not_with_implicit_receiver.md 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][])