From 94dd360430cfc6e0d20cd9ccaea30f92f463e767 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 24 Nov 2022 14:35:56 -0500 Subject: [PATCH] chore: changelog 2.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b031c..fffd988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v2.2.0 - 2022-11-24 + +### Added + + * Add a new `RESIZE` setting to choose between `imagecopyresized` and `imagecopyresampled` + +### Changed + + * By default, thumbnails are now resized using `imagecopyresampled`. This does not affect existing cache. + ## v2.1.0 - 2021-05-08 ### Changed