DarthSim 3 anni fa
parent
commit
28d35edb08
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -9,6 +9,7 @@
 - `304 Not Modified` responses includes `Cache-Control`, `Expires`, and `Vary` headers.
 - imgproxy responds with `500` HTTP code when the source image downloading error seems temporary (timeout, server error, etc).
 - When `IMGPROXY_FALLBACK_IMAGE_HTTP_CODE` is zero, imgproxy responds with the usual HTTP code.
+- BMP support doesn't require ImageMagick.
 
 ### Fix
 - Fix Client Hints behavior. `Width` is physical size, so we should divide it by `DPR` value.