From a575c58894142d7c8516b9518b4cbe2c7ee76a4b Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Wed, 4 Sep 2024 16:23:04 -0700 Subject: [PATCH] Update NEWS for GH-15731 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 43fba066e9d52..65a0a1c1d4f14 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ PHP NEWS property. (ilutov) . Fixed bug GH-15693 (Unnecessary include in main.c bloats binary). (nielsdos) + . Fixed bug GH-15731 (AllowDynamicProperties validation should error on + enums). (DanielEScherzer) - Curl: . The CURLOPT_DNS_USE_GLOBAL_CACHE option is now silently ignored. (Ayesh Karunaratne)