]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Thu, 25 Aug 2016 17:43:39 +0000 (19:43 +0200)
committerAnatol Belski <ab@php.net>
Thu, 25 Aug 2016 17:43:39 +0000 (19:43 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 630b1c62f8e6a98ec703b925819feef31f337b7b..d215a2b6ce514e389b97b28c7ce49e59fe671bea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,10 @@ PHP                                                                        NEWS
   . Fixed bug #60665 (call to empty() on NULL result using PDO::FETCH_LAZY
     returns false). (cmb)
 
+- PDO_DBlib:
+  . Implemented stringify 'uniqueidentifier' fields.
+    (Alexander Zhuravlev, Adam Baratz)
+
 - PDO_pgsql:
   . Implemented FR #72633 (Postgres PDO lastInsertId() should work without
     specifying a sequence). (Pablo Santiago Sánchez, Matteo)