summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-05-25 19:00:08 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-05-25 19:00:08 +0200
commit21ccdf6304c40201fb749181cf4701f8fa422fbf (patch)
treedbdf9d24590a1912be97d2a26cd224124669ac18 /NEWS
parent886cbea94f7f823f5b7afbbafe023a9068f069e5 (diff)
downloadphp-git-21ccdf6304c40201fb749181cf4701f8fa422fbf.tar.gz
Rebuild scanner, add NEWS/UPGRADING
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e1d67eeadb..e2e0bf4b75 100644
--- a/NEWS
+++ b/NEWS
@@ -77,7 +77,8 @@
. Implemented the RFC `Constructor behaviour of internal classes`. (Dan, Dmitry)
. Implemented the RFC `Fix "foreach" behavior`. (Dmitry)
. Implemented the RFC `Generator Delegation`. (Bob)
- . Implemented the RFC ` Anonymous Class Support`. (Joe, Nikita, Dmitry)
+ . Implemented the RFC `Anonymous Class Support`. (Joe, Nikita, Dmitry)
+ . Implemented the RFC `Context Sensitive Lexer`. (Marc Almada)
. Fixed bug #69511 (Off-by-one buffer overflow in php_sys_readlink).
(Jan Starke, Anatol)