From b83f924c7d35e6108ba6192d0724d67f29deb0c9 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 19 Nov 2024 22:12:12 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e7e9f2..74f50600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## v0.22.27 -- Instead of unregistering the related realtime client(s), just unset their auth state on delete of their their related auth record so that the client(s) can receive the `delete` event ([#5898](https://github.com/pocketbase/pocketbase/issues/5898)). +- Instead of unregistering the realtime client(s), just unset their auth state on delete of their related auth record so that the client(s) can receive the `delete` event ([#5898](https://github.com/pocketbase/pocketbase/issues/5898)). ## v0.22.26