]> granicus.if.org Git - php/commitdiff
Add NEWS/UPGRADING for ReflectionGenerator class
authorBob Weinand <bobwei9@hotmail.com>
Thu, 14 May 2015 20:30:01 +0000 (22:30 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Thu, 14 May 2015 20:30:01 +0000 (22:30 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 8651046424490f7c29925cf0106beaf0053ed29f..2a3019a4c9a17700c190fda8e389b434ff5685e9 100644 (file)
--- a/NEWS
+++ b/NEWS
 
 - Reflection
   . Fixed inheritance chain of Reflector interface. (Tjerk)
+  . Added ReflectionGenerator class. (Bob)
 
 - Session:
   . Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)
index d77ab839b5271f431aa61ef24ab1ce0558361136..2f0975cc6e0cd8b342f6e009d4773644d1ded7cd 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -537,6 +537,9 @@ Other
     built against OpenSSL 1.0.2 or newer. Negotiated protocol information is
     accessible through stream_get_meta_data() output.
 
+- Reflection
+  . Added a ReflectionGenerator class (yield from Traces, current file/line etc.)
+
 ========================================
 3. Changes in SAPI modules
 ========================================