summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Marr <gron@php.net>2010-08-01 20:53:32 +0000
committerStefan Marr <gron@php.net>2010-08-01 20:53:32 +0000
commitf223e28b1f6acf471fd731a11e70ae9eba74a42d (patch)
treea3e6cea5f9befa0068f4b612f275ecf72ba45683
parent88b087bedd4c15a12306324aad8384c118434129 (diff)
downloadphp-git-f223e28b1f6acf471fd731a11e70ae9eba74a42d.tar.gz
Added Traits to the NEWS file.
#There doesn't seem to be a consitent ordering, #so I put it in front of the list, since it is a major language addition. Hope thats ok.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dc404d6802..d7ef566ac9 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,7 @@ PHP NEWS
- Added an optimization which saves memory and emalloc/efree calls for empty
HashTables (Stas, Dmitry)
+- Added support for Traits. (Stefan)
- Added array dereferencing support. (Felipe)
- Added DTrace support. (David Soria Parra)
- Added Tokyo Cabinet abstract DB support to ext/dba. (Michael Maclean)