]> granicus.if.org Git - php/commitdiff
Add NEWS entry for rfc:multiple-catch
authorPierrick Charron <pierrick@php.net>
Sun, 1 May 2016 22:56:11 +0000 (18:56 -0400)
committerPierrick Charron <pierrick@php.net>
Sun, 1 May 2016 22:56:11 +0000 (18:56 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 12d37847ae67ffcca6ec1a17bf27e99165e1e0b8..ab5b8b678d51ac4426efdfd9db929940e35dca62 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ PHP                                                                        NEWS
   . (int), intval() where $base is 10 or unspecified, settype(), decbin(),
     decoct(), dechex(), integer operators and other conversions now always
     respect scientific notation in numeric strings. (Andrea)
+  . Implemented the RFC `Catching multiple exception types`. (Bronislaw Bialek,
+    Pierrick)
 
 - FTP:
   . Implemented FR #55651 (Option to ignore the returned FTP PASV address).