From 8bbd0c2d77eb2bae3debfc05ae333ba05bb27180 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 13 Jan 2026 22:30:31 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9af37d..84061f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ - Minor list query and API rules optimizations: - Removed unnecessery correlated subquery expression when using back-relations via single `relation` field. - - Replaced `DISTINCT` with `GROUP BY id` when rows deduplication is needed. - _This should help with having a more stable and predictable performance even if the table rows are on the larger side._ + - Replaced `DISTINCT` with `GROUP BY id` when rows deduplication is needed and when deemed safe. + _This should help with having a more stable and predictable performance even if the collection records are on the larger side._ ## v0.35.1