fix: empty enum in 'preferParams' openAPI parameter

This commit is contained in:
Laurence Isla
2025-08-29 22:57:56 +00:00
parent 7a2840fba6
commit 043b1f97ee
3 changed files with 10 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix logging the Haskell type instead of the listener error message directly by @laurenceisla in #3588
- Fix format of `IPv6` address logged at PostgREST startup by @taimoorzaeem in #4291
- Fix empty enum in `preferParams` OpenAPI parameter by @laurenceisla in #4292
### Changed