1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-20 12:41:23 +02:00

Add notes to changelog

This commit is contained in:
Oliver Vogel
2025-06-24 17:06:34 +02:00
parent ad0dc4bb76
commit 2e711bc92f

View File

@@ -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`