summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-04-27 17:21:16 +0300
committerDmitry Stogov <dmitry@zend.com>2015-04-27 17:21:16 +0300
commitecaf49eb290e0d665b86c8ece1d86dec70cb252f (patch)
treeb014c68f3ef10a7ea99f83164e1437e9b6199ec7
parent5af7743cf58056543886f9b2af183be2acac4e78 (diff)
downloadphp-git-ecaf49eb290e0d665b86c8ece1d86dec70cb252f.tar.gz
Added news entry
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3169cb546f..e5c60d1fe5 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,7 @@
. 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)
- Curl:
. Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)