From 489bf8f2de407efd3b427e0c8c5a519eef63ea5f Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 26 Apr 2024 14:04:03 -0700 Subject: [PATCH] Fix typo: explict -> explicit (#1480) Co-authored-by: Sean --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ca3010..82b61284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,7 +43,7 @@ ### 💥 Breaking Changes -* **[SECURITY]** Require explict allowlisting of attributes and associations by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1400 +* **[SECURITY]** Require explicit allowlisting of attributes and associations by @deivid-rodriguez in https://github.com/activerecord-hackery/ransack/pull/1400 * Remove Polyamorous entrypoint by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1370 * Remove dead MongoDB code by @scarroll32 in https://github.com/activerecord-hackery/ransack/pull/1345