From a286d28bf9ee76d5f7900458f713dee8989ed35d Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Fri, 15 May 2026 07:34:50 +0300 Subject: [PATCH] fixed changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808b9f7b..cf06312d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - Updated the _experimental_ UI extensions APIs to allow top-level `await` in the initialization script. - Force unset the auth state of existing realtime connections on user password, collection secret, etc. changes. - _This is not strictly necessery because the realtime connections have short-lived idle timeout by design but nonetheless it was implemented to minimize the attack vectors._ + _This is not strictly necessary because the realtime connections have short-lived idle timeout by design but nonetheless it was implemented to minimize the attack vectors._ - Added error marker for each collection tab and fixed the styles of the raw errors tooltip.