From 888626b254cf01e74c47323b59dcffa8a1a297f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Mon, 12 Feb 2024 13:08:30 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495b9cadd..5f175b1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * Removes pg_send_cancellation (#7135) -* Fix leaking of memory and memory contexts in Foreign Constraint Graphs (#7236) +* Fixes leaking of memory and memory contexts in Foreign Constraint Graphs (#7236) * Disallow creating a replicated distributed table concurrently (#7216)