From acf819e59030b005c61b58883ded7f0ecf229a23 Mon Sep 17 00:00:00 2001 From: eaydingol Date: Thu, 6 Feb 2025 18:50:12 +0300 Subject: [PATCH] Address comments, fix style --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1290c7e7..9d8f45230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,8 @@ * Fixes a crash that happens because of unsafe catalog access when re-assigning the global pid after `application_name` changes (#7791) -* 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) +* Prevents crashes when another extension skips executing the + `ClientAuthentication_hook` of Citus. (#7836) ### citus v12.1.6 (Nov 14, 2024) ###