From b5185bd3a0f2bcd3cbe488700925872511b8dc0b Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 20 Aug 2025 15:54:07 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b0e014..68989297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog ## [Unreleased] +### Changed +- (pro) Improve video decoding performance. +- (pro) Respond with `422 Unprocessable Entity` on error during video decoding. + ### Fixed - Fix the `Vary` header value when `IMGPROXY_AUTO_JXL` or `IMGPROXY_ENFORCE_JXL` configs are set to `true`. - Fix connection break when the `raw` processing option is used and the response status code does not allow a response body (such as `304 Not Modified`).