summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMárcio Almada <marcio3w@gmail.com>2015-03-23 04:35:11 -0300
committerMárcio Almada <marcio3w@gmail.com>2015-03-23 04:36:29 -0300
commitc9f29f143e7260ed894fed41085baf3ed73a307d (patch)
tree193db0fe7e17b14be67030a6928ddadd739fc821 /NEWS
parent28fdf6a131580637ddc3c5ee168d05afc924b34f (diff)
downloadphp-git-c9f29f143e7260ed894fed41085baf3ed73a307d.tar.gz
update NEWS with group use declarations implementation
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index defc0f28ef..da1b77669c 100644
--- a/NEWS
+++ b/NEWS
@@ -56,7 +56,8 @@
. Added error_clear_last() function. (Reeze Xia)
. Fixed bug #68797 (Number 2.2250738585072012e-308 converted incorrectly).
(Anatol)
- . Implemented the RFC `Scalar Type Decalarations v0.5` (Anthony)
+ . Implemented the RFC `Scalar Type Decalarations v0.5`. (Anthony)
+ . Implemented the RFC `Group Use Declarations`. (Marcio)
- Curl:
. Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)