diff --git a/CHANGELOG.md b/CHANGELOG.md index af6a7e3ea..9ff6622b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,15 +14,17 @@ All notable changes to this project will be documented in this file. From versio + Removed unnecessary double count when building the `Content-Range`. - Add config `client_error_verbosity` to customize error verbosity by @taimoorzaeem in #4088, #3980, #3824 -### Fixed - -- Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675 - ### 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.6] - 2026-03-06 + +### Fixed + +- Fix leaking table and function names when calculating error hint by @taimoorzaeem in #4675 + ## [14.5] - 2026-02-12 ### Fixed