]> granicus.if.org Git - php/commitdiff
Added NEWS item for DateTimeImmutable
authorDerick Rethans <github@derickrethans.nl>
Mon, 14 Jan 2013 20:36:48 +0000 (20:36 +0000)
committerDerick Rethans <github@derickrethans.nl>
Mon, 14 Jan 2013 20:36:48 +0000 (20:36 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 74c1134d7c757682391c8d0e3af16d3e0d2bda89..9e8cd8502b12e6d6b22624044005feace8a3b2da 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,10 @@ PHP                                                                        NEWS
     CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
        CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
 
+- DateTime
+  . Added DateTimeImmutable - a variant of DateTime that only returns the
+    modified state instead of changing itself. (Derick) 
+
 - pgsql:
   . Bug #46408: Locale number format settings can cause pg_query_params to
     break with numerics. (asmecher, Lars)