From 71300d039c1794a8d8f19ade33ade0e2343651a7 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Fri, 24 Feb 2023 19:54:33 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e049e0f..0e4534bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ## [Unreleased] ## Add - Add [extend_aspect_ratio](https://docs.imgproxy.net/latest/generating_the_url?id=extend-aspect-ratio) processing option. -- (pro) Add [advanced smart crop](https://docs.imgproxy.net/latest/configuration?id=smart-crop) +- Add the `IMGPROXY_ALLOW_SECURITY_OPTIONS` config + `max_src_resolution`, `max_src_file_size`, `max_animation_frames`, and `max_animation_frame_resolution` processing options. +- (pro) Add [advanced smart crop](https://docs.imgproxy.net/latest/configuration?id=smart-crop). ### Change - Make the `expires` processing option set `Expires` and `Cache-Control` headers.