summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-05-14 22:30:01 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-05-14 22:30:01 +0200
commit06693c3d43ac04ffac9a95081ab60ae179a6e568 (patch)
tree75bf1003e2dbaf3a3a68b0a704f9a6889001648f /UPGRADING
parentaa3c7aa43850ab778bbde28d11c6a4f38a05ab8c (diff)
downloadphp-git-06693c3d43ac04ffac9a95081ab60ae179a6e568.tar.gz
Add NEWS/UPGRADING for ReflectionGenerator class
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index d77ab839b5..2f0975cc6e 100644
--- 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
========================================