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

diff --git a/NEWS b/NEWS
index 74772a72709e8db0b7a4c1eafd484f7d722b958a..cab86791130690aba129781f3819e416a3397f62 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,10 @@ PHP                                                                        NEWS
   . Fixed bug #65732 (grapheme_*() is not Unicode compliant on CR LF
     sequence). (cmb)
 
+- PDO_DBlib:
+  . Implemented stringify 'uniqueidentifier' fields.
+    (Alexander Zhuravlev, Adam Baratz)
+
 - Reflection:
   . Reverted prepending \ for class names. (Trowski)