From 3d9c557041c223a41def19e607a9a10d9b905d5e Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:01:52 +0200 Subject: [PATCH] [ci skip] NEWS --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ffa067224c3..22c411b6d71 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,8 @@ PHP NEWS ?? ??? ????, PHP 8.1.22 - Build: - . Fix GH-11522: PHP version check fails with '-' separator. (SVGAnimate) + . Fixed bug GH-11522 (PHP version check fails with '-' separator). + (SVGAnimate) - CLI: . Fix interrupted CLI output causing the process to exit. (nielsdos)