]> granicus.if.org Git - php/commitdiff
Align NEWS entry format
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 30 Mar 2016 21:52:53 +0000 (00:52 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 30 Mar 2016 21:52:53 +0000 (00:52 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 20cb8767623e22ddf5a4ec5c3a6a9d65c66ffe08..e72c7ca911d1cf33e569ccd9cc0fb5e787ec174f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,8 +21,8 @@ PHP                                                                        NEWS
     (Daniel kalaspuffar, Julien)
 
 - Postgres:
-  . Fixed bug #71820 (pg_fetch_object binds parameters before
-    call constructor). (Anatol)
+  . Fixed bug #71820 (pg_fetch_object binds parameters before call
+    constructor). (Anatol)
 
 - SPL:
   . Fixed bug #67582 (Cloned SplObjectStorage with overwritten getHash fails
@@ -63,7 +63,7 @@ PHP                                                                        NEWS
     name). (Stas)
 
 - PDO_DBlib:
-  . Bug #54648 (PDO::MSSQL forces format of datetime fields).
+  . Fixed bug #54648 (PDO::MSSQL forces format of datetime fields).
     (steven dot lambeth at gmx dot de, Anatol)
 
 - Phar: