From 5992430e9f4ab8018f94ea3b377beaab414614e1 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Wed, 25 Feb 2026 01:41:31 +0500 Subject: [PATCH] chore: update CHANGELOG.md Signed-off-by: Taimoor Zaeem --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d9bf949..a98c00bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. From versio - Log host, port and pg version of listener database connection by @mkleczek in #4617 #4618 - 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`. -- Add config `client_error_verbosity` to customize error verbosity by @taimoorzaeem in #4088 +- Add config `client_error_verbosity` to customize error verbosity by @taimoorzaeem in #4088, #3980, #3824 ### Changed