chore: move fixed entry to feature in changelog

This commit is contained in:
steve-chavez
2026-01-30 16:23:30 -05:00
parent 72a9d70f09
commit 55cd5a23ff
+2 -3
View File
@@ -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