add missing entries to NEWS
authorFerenc Kovacs <tyrael@php.net>
Wed, 30 Jul 2014 09:26:55 +0000 (11:26 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 30 Jul 2014 09:26:55 +0000 (11:26 +0200)
NEWS

diff --git a/NEWS b/NEWS
index a0300724738a70464809621fbff12d5f6506fb3f..492d26c8c7817503c215f994ff804762c644cc3e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,12 @@ PHP                                                                        NEWS
 - Phar:
   . Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)
 
+- readline:
+  . Fixed bug #55496 (Interactive mode doesn't force a newline before the
+    prompt). (Bob, Johannes)
+  . Fixed bug #67496 (Save command history when exiting interactive shell
+    with control-c). (Dmitry Saprykin, Johannes)
+
 - Reflection:
   . Implemented FR #67713 (loosen the restrictions on
     ReflectionClass::newInstanceWithoutConstructor()). (Ferenc)