From 6c86dc4a988fbd51081973abd29cbc38989e2e94 Mon Sep 17 00:00:00 2001 From: Christian Stocker Date: Wed, 12 Oct 2022 18:32:32 +0200 Subject: [PATCH] add link to change in php-vips --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac1d6f2..27a6ec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGELOG ### 0.31.0 (2022-10-12) - * Make it compatible with jcupitt/vips 2.1 (and disable support for 2.0, 1.0.x is still supported) + * Make it compatible with jcupitt/vips 2.1 (and disable support for 2.0, 1.0.x is still supported). See https://github.com/libvips/php-vips/pull/147 for details. * Add more phpstan tests for all the combinations * Replace vips_version with Jcupitt\Vips\Config::version() for better support, when vips-ext is not available * Add some simple PHPUnit tests