diff --git a/CHANGELOG.md b/CHANGELOG.md index b0928b38e..cb15232b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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 + +- Fix performance and high memory usage of relation hint calculation by @mkleczek in #4462, #4463 + ## [14.2] - 2025-12-18 ### Fixed @@ -16,7 +24,6 @@ All notable changes to this project will be documented in this file. From versio - Fix not returning `Content-Length` on empty HTTP `201` responses by @laurenceisla in #4518 - Fix inaccurate Server-Timing header durations by @steve-chavez in #4522 - Fix inaccurate "Schema cache queried" logs by @steve-chavez in #4522 -- Fix performance and high memory usage of relation hint calculation by @mkleczek in #4462 #4463 ## [14.1] - 2025-11-05