From e4d5486d9ea28b161a20d8184aa80e5ef4ec0a85 Mon Sep 17 00:00:00 2001 From: eaydingol <60466783+eaydingol@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:38:34 +0300 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Onur Tirtir --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d16f8d50..b1290c7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ * Fixes a crash that happens because of unsafe catalog access when re-assigning the global pid after `application_name` changes (#7791) -* Raises an ERROR instead of server crash for certain scenarios, e.g, Bug 3697586 (#7836) +* Prevents crashes when another extension skips executing the `ClientAuthentication_hook` of Citus. (#7836) * Fixes tests: foreign_key_to_reference_shard_rebalance test (#7826) and mixed Citus upgrade tests (#7218)