fix: regression with parameter charset=utf-8 in mediatype

This commit is contained in:
Taimoor Zaeem
2025-04-20 16:10:33 -05:00
committed by Steve Chavez
parent 58237be608
commit fdf902319d
3 changed files with 26 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3697, #3602, Handle queries on non-existing table gracefully - @taimoorzaeem
- #3600, #3926, Improve JWT errors - @taimoorzaeem
- #3013, Fix `order=` with POST, PATCH, PUT and DELETE requests - @taimoorzaeem
- #4030, Fix regression with parameter `charset=utf-8` in mediatype - @taimoorzaeem
### Changed