]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Sun, 14 Jul 2013 03:56:37 +0000 (11:56 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 14 Jul 2013 03:56:37 +0000 (11:56 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 65fbb5ff2608f0885d2f9ded0c0db762de6ecce6..5422b0bd063bc8a016982ff6c6bcac215ea67cf3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 2013, PHP 5.5.1
 
 - Core:
+  . Fixed bug #65254 (Exception not catchable when exception thrown in autoload
+    with a namespace). (Laruence)
   . Fixed bug #65088 (Generated configure script is malformed on OpenBSD).
     (Adam)
   . Fixed bug #65108 (is_callable() triggers Fatal Error).