From 748ba7f02bbd563852200fa5a04636c7a55c1b50 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Fri, 27 Mar 2026 10:42:58 +0500 Subject: [PATCH] chore: remove blank line in CHANGELOG.md Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9885f77b..73a0e5e62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ All notable changes to this project will be documented in this file. From versio ### Changed - All responses now include a `Vary` header by @develop7 in #4609 - - 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.