add missing NEWS entry
authorAnatol Belski <ab@php.net>
Tue, 15 Sep 2015 06:17:25 +0000 (08:17 +0200)
committerAnatol Belski <ab@php.net>
Tue, 15 Sep 2015 06:17:25 +0000 (08:17 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 2dcb13ef07317ceba38121da8ae41f8b07b4bf45..2f2e556ec6c918d80aca4b0e3e64aee9e1a51f31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,10 @@ PHP                                                                        NEWS
   . Fixed bug #70449 (PHP won't compile on 10.4 and 10.5 because of missing
     constants). (Bob)
 
+- Session:
+  . Fixed bug #70013 (Reference to $_SESSION is lost after a call to
+    session_regenerate_id()). (Yasuo)
+
 - Standard:
   . Implemented the RFC `Random Functions Throwing Exceptions in PHP 7`.
     (Sammy Kaye Powers, Anthony)