소스 검색

Update changelog

DarthSim 2 달 전
부모
커밋
a75227e26c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -12,10 +12,13 @@
 
 ### Changed
 - (docker) Optimized image quantization.
+- (pro) Improved BlurHash generation performance.
 
 ### Fixed
 - Fix `X-Origin-Content-Length` header value when SVG is sanitized or minified.
 - Mark JPEG XL format as supporting quality. Fixes autoquality for JPEG XL.
+- (pro) Fix object detection when the `IMGPROXY_USE_LINEAR_COLORSPACE` config is set to `true`.
+- (pro) Fix BlurHash generation when the `IMGPROXY_USE_LINEAR_COLORSPACE` config is set to `true`.
 
 ## [3.28.0] - 2025-03-31
 ### Added