浏览代码

Update changelog

DarthSim 3 年之前
父节点
当前提交
28d35edb08
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.