From a60096de81f4f020713371ec69f2ab231306e945 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Sun, 11 Feb 2024 23:22:17 +0300 Subject: [PATCH] Adds changelog for v11.3.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb47524d9..b225931a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ * Removes pg_send_cancellation and all references (#7135) -* Fixes leaking of memory and memory contexts in Foreign Constraint Graphs (#7236) +* Fixes memory and memory context leaks in Foreign Constraint Graphs (#7236) * Disallows creating a replicated distributed table concurrently (#7219)