chore(changelog): add missing devs from changelog entries

This commit is contained in:
Laurence Isla
2025-10-21 16:16:42 +00:00
parent be9a0ab467
commit 1ada6e6f84
+2 -2
View File
@@ -10,10 +10,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix not logging OpenAPI queries when `log-query=main-query` is enabled by @steve-chavez in #4226
- Fix not logging explain query when `log-query=main-query` is enabled by @steve-chavez in #4319
- Fix not logging transaction variables and db-pre-request function when `log-query=main-query` is enabled by @steve-chavez in #3934
- Fix loading utf-8 config files with `ASCII` locale set in #4386
- Fix loading utf-8 config files with `ASCII` locale set by @taimoorzaeem in #4386
- Fix not logging the JSON message to stderr on a `PGRST002` error by @laurenceisla in #4129
- Fix reloading the Schema Cache unnecessarily on a `PGRST002` error by @laurenceisla in #4367
- Fix schema cache loading taking long time for larche schemas #4360 #3704
- Fix schema cache loading taking a long time for large schemas by @mkleczek in #4360, #3704
### Added