From 55cd5a23ff52bc688674d5c3b1c0ef751994ec13 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Fri, 30 Jan 2026 16:23:30 -0500 Subject: [PATCH] chore: move fixed entry to feature in changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4ce98f9..2bd3cdfc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,11 @@ All notable changes to this project will be documented in this file. From versio - Add a `HINT` when the LISTEN channel stops working due to a PostgreSQL bug by @laurenceisla in #4581 - Add string slicing operator for `jwt-role-claim-key` by @taimoorzaeem in #4599 - Log host, port and pg version of listener database connection by @mkleczek in #4617 #4618 - -### Fixed - - Optimize requests with `Prefer: count=exact` that do not use ranges or `db-max-rows` by @laurenceisla in #3957 + Removed unnecessary double count when building the `Content-Range`. +### Fixed + ## [14.4] - 2026-01-29 ### Fixed