Add NEWS/UPGRADING for ReflectionGenerator class

This commit is contained in:
Bob Weinand 2015-05-14 22:30:01 +02:00
parent aa3c7aa438
commit 06693c3d43
2 changed files with 4 additions and 0 deletions

1
NEWS
View File

@ -180,6 +180,7 @@
- Reflection
. Fixed inheritance chain of Reflector interface. (Tjerk)
. Added ReflectionGenerator class. (Bob)
- Session:
. Fixed bug #67694 (Regression in session_regenerate_id()). (Tjerk)

View File

@ -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
========================================