]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Sat, 27 Jun 2015 12:38:37 +0000 (14:38 +0200)
committerChristoph M. Becker <cmb@php.net>
Sat, 27 Jun 2015 12:38:37 +0000 (14:38 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f1577e9e45382802f2bc4f7371ce21bff3ec399b..0af63f7b684658080266c6a26b23fd5195b08a92 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,9 @@
 - Core:
   . Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
 
+- CLI server:
+  . Fix #64878 (304 responses return Content-Type header). (cmb)
+
 - COM:
   . Fixed bug #69939 (Casting object to bool returns false). (Kalle)