chore(changelog): move incorrectly placed fixes

This commit is contained in:
Laurence Isla
2025-12-10 20:00:31 -05:00
committed by Steve Chavez
parent ab9b00ce88
commit c232e97f80
+2 -3
View File
@@ -7,13 +7,12 @@ All notable changes to this project will be documented in this file. From versio
### Fixed
- Fix misleading logs on unsupported PostgreSQL versions by @taimoorzaeem in #4519
## [14.1] - 2025-11-05
- Fix regression where the `PGRST103` error response was truncated by @laurenceisla in #4455
+ Happened when an `offset` was greater than the rows requested and `Prefer: count=exact` was sent.
- Fix not returning `Content-Length` on empty HTTP `201` responses by @laurenceisla in #4518
## [14.1] - 2025-11-05
## Fixed
- Fix `db-pre-config` function failing when function names are pg reserved words by @taimoorzaeem in #4380