From eed018fe1d37de543157958a749da64805078852 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Fri, 19 Dec 2025 10:42:15 +0500 Subject: [PATCH] chore: add changelog entry for v14.2 Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ae83e24..506403aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. From versio - Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 +## [14.2] - 2025-12-18 + ### Fixed - Fix `hasSingleUnnamedParam` incorrectly matching functions with named parameters by @joelonsql in #4553