From b666b2383865abd14b415400e8fda802642295c7 Mon Sep 17 00:00:00 2001 From: Tabby Cromarty Date: Thu, 10 Oct 2024 14:49:34 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed14c3d..e2511f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add support for Rails 7.2 - Fix Dependabot updates - Fix `NoMethodError` when calling `selector_for?` or `anonymise_for!` on a model class without an `anonymise` config block +- Include reference to anonymised record in `Anony::Result` to allow easier matching of results to records when using selectors. # v1.4.0