From 2e711bc92f7392f781c653fc5a65bb1cff2c57c0 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Tue, 24 Jun 2025 17:06:34 +0200 Subject: [PATCH] Add notes to changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index dd72d58c..e7f329f7 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ - ImageManagerInterface::readBase64() - ImageManagerInterface::readSplFileInfo() - ImageManagerInterface::readDataUri() +- Alignment::class ## API Changes @@ -19,3 +20,5 @@ - Changed default value for `background` to `null` in ImageInterface::contain() - Changed default value for `background` to `null` in ImageInterface::pad() - Changed default value for `background` to `null` in ImageInterface::crop() +- Signature of ImageInterface::crop() changed `offset_x` is no `x` and `offset_y` is now `y` +- Signature of ImageInterface::place() changed `offset_x` is no `x` and `offset_y` is now `y`