From 4d6965dcecfb097e0c3d31d9a58de302fba3ed7c Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sat, 23 Apr 2022 11:21:51 +0200 Subject: [PATCH] Add missing news entry for GH-8421 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 0b44185be8f..574552c1202 100644 --- a/NEWS +++ b/NEWS @@ -95,6 +95,8 @@ PHP NEWS - Reflection: . Fixed bug GH-8080 (ReflectionClass::getConstants() depends on def. order). (cmb) + . Fixed bug GH-8421 (Closures should accept attributes with + Attribute::TARGET_FUNCTION). (ollieread) - Zlib: . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)