From 2bd4b07418c94ce9e197ca35e8f6cc42cf1ac950 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Mon, 2 Feb 2026 12:43:24 +0500 Subject: [PATCH] chore: add entry for a feature which was a breaking change Adds the associated breaking change entry in CHANGELOG.md for #4517. Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd3cdfc1..09aa9af85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ All notable changes to this project will be documented in this file. From versio ### Fixed +### Changed + +- Log error when `db-schemas` config contains schema `pg_catalog` or `information_schema` by @taimoorzaeem in #4359 + + Now fails at startup. Prior to this, it failed with `PGRST205` on requests related to these schemas. + ## [14.4] - 2026-01-29 ### Fixed