From 895e9c536cf2a75ab30f96a9fe3f13933dced4db Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 29 Jan 2026 13:24:20 -0500 Subject: [PATCH] chore: remove wrong entry in CHANGELOG --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810abeebd..836e62cc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,11 @@ All notable changes to this project will be documented in this file. From versio ## Unreleased -### Added - -- Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 - ### Fixed - Ensure Listener connections are released by @mkleczek in #4614 - Fix incorrectly filtering the returned representation for PATCH requests when using `or/and` filters by @laurenceisla in #3707 -- Fix listener running with exception masked after first failure #4615 +- Fix listener running with exception masked after first failure by @mkleczek #4615 ## [14.3] - 2026-01-03