From 9cefd0128c59c5f28b2da0428a992e68e7cc12a7 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 1 Mar 2026 00:15:25 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f8710b..2548dedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ - Added extra existence check after the `Store.GetOrSet` write lock to prevent races overwriting an already existing value. +- Added empty check for the additional client-side relation filter ListRule constraint to properly resolve OR like statements ([presentator#206](https://github.com/presentator/presentator/issues/206)). + - (@todo) Bumped min Go GitHub action version to 1.26.1 because it comes with some [security fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.26.1).