diff options
author | Stefan Marr <gron@php.net> | 2010-08-01 20:53:32 +0000 |
---|---|---|
committer | Stefan Marr <gron@php.net> | 2010-08-01 20:53:32 +0000 |
commit | f223e28b1f6acf471fd731a11e70ae9eba74a42d (patch) | |
tree | a3e6cea5f9befa0068f4b612f275ecf72ba45683 | |
parent | 88b087bedd4c15a12306324aad8384c118434129 (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |