From 818090589069c8a3deddff77d7c5aad230d32971 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Sat, 1 Nov 2025 13:29:18 +0500 Subject: [PATCH] chore(changelog): fix typo in changelog entry Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 685a564c2..cb6ce64f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. From versio ## Fixed -- Fix `db-pre-config` function failing when function names are pg reserved words by @taimoorzaeem #4380 +- Fix `db-pre-config` function failing when function names are pg reserved words by @taimoorzaeem in #4380 ## [14.0] - 2025-10-24