Bläddra i källkod

Update changelog

DarthSim 6 år sedan
förälder
incheckning
cc5d3804fb
1 ändrade filer med 6 tillägg och 1 borttagningar
  1. 6 1
      CHANGELOG.md

+ 6 - 1
CHANGELOG.md

@@ -2,7 +2,12 @@
 
 ## master
 
-# v2.5.0
+- Reimplemented and more errors-tolerant image size parsing;
+- TIFF and BMP support;
+- Using Application Default Credentials when `IMGPROXY_USE_GCS` is set to `true` but `IMGPROXY_GCS_KEY` is not set.
+  **Note:** If you use `IMGPROXY_GCS_KEY`, it's recommended to set `IMGPROXY_USE_GCS` to `true` since it may be required by future versions to enable GCS support.
+
+## v2.5.0
 
 - New default log format;
 - `structured` and `json` log formats. Can be set with `IMGPROXY_LOG_FORMAT`;