]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Sat, 15 Mar 2014 17:00:16 +0000 (18:00 +0100)
committerAnatol Belski <ab@php.net>
Sat, 15 Mar 2014 17:00:16 +0000 (18:00 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 1682ef06698d5b8d5a4e55a027a86e184b589b06..8860fb4993df439a8722b964438adfc31ef75552 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,9 @@ PHP                                                                        NEWS
 - Mail:
   . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk)
 
+- Mbstring:
+  . Upgraded to oniguruma 5.9.5 (Anatol)
+
 - Mcrypt:
   . No longer allow invalid key sizes, invalid IV sizes or missing required IV
     in mcrypt_encrypt, mcrypt_decrypt and the deprecated mode functions.