]> granicus.if.org Git - php/commitdiff
Updated NEWS for fixed phpdbg issue #85
authorBob Weinand <bobwei9@hotmail.com>
Thu, 1 May 2014 09:46:35 +0000 (11:46 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 1 May 2014 09:46:35 +0000 (11:46 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 75550f9cfc0627567254a3ce2719e1902ad7104c..fd86eaf28905718c40b44da332a9eb111264a204 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -76,6 +76,7 @@ PHP                                                                        NEWS
 - phpdbg:
   . Added watchpoints (watch command). (Bob)
   . Renamed some commands (next => continue and how to step). (Joe)
+  . Fixed issue #85 (https://github.com/krakjoe/phpdbg/issues/85). (Bob)
 
 - PDO:
   . Fixed bug #66604 ('pdo/php_pdo_error.h' not copied to the include dir).