From: Stefan Marr Date: Sun, 1 Aug 2010 20:53:32 +0000 (+0000) Subject: Added Traits to the NEWS file. X-Git-Tag: php-5.4.0alpha1~191^2~1155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f223e28b1f6acf471fd731a11e70ae9eba74a42d;p=php 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. --- 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)