From 0e1fa38f393b74436969203e9763a2b021386366 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 12 Feb 2024 00:59:36 +0300 Subject: [PATCH] Fixes long changelog error --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dba05f8..92377515c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Fixes a bug with deleting colocation groups (#6929) -* Fixes leaking of memory and memory contexts in Foreign Constraint Graphs (#7236) +* Fixes memory and memory context leaks in Foreign Constraint Graphs (#7236) * Fixes the incorrect column count after ALTER TABLE (#7462)