]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Fri, 14 Aug 2015 12:20:37 +0000 (14:20 +0200)
committerChristoph M. Becker <cmb@php.net>
Fri, 14 Aug 2015 12:20:37 +0000 (14:20 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f18daae22570a20f8259c558ea1cd11bf9874d8b..9a95a25c9b43a73310cba72ac2da084f436c0b6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ PHP                                                                        NEWS
   . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).
     (wusuopu, cmb)
 
+- Date:
+  . Fixed bug #70266 (DateInterval::__construct.interval_spec is not supposed to
+    be optional). (cmb)
+
 - MCrypt:
   . Fixed bug #69833 (mcrypt fd caching not working). (Anatol)