diff --git a/NEWS b/NEWS index 44da45b565b..a2690fa84d3 100644 --- a/NEWS +++ b/NEWS @@ -28,9 +28,9 @@ PHP NEWS - LDAP: . Fix memory leak in ldap_set_options(). (ndossche) -- Mbstring - . Fixed bug GH-20674 (Fix GH-20674 mb_decode_mimeheader does not handle - separator). (Yuya Hamada) +- Mbstring: + . Fixed bug GH-20674 (mb_decode_mimeheader does not handle separator). + (Yuya Hamada) - Phar: . Fixed bug GH-20732 (Phar::LoadPhar undefined behavior when reading fails).