]> granicus.if.org Git - php/commitdiff
Added Traits to the NEWS file.
authorStefan Marr <gron@php.net>
Sun, 1 Aug 2010 20:53:32 +0000 (20:53 +0000)
committerStefan Marr <gron@php.net>
Sun, 1 Aug 2010 20:53:32 +0000 (20:53 +0000)
#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.

NEWS

diff --git a/NEWS b/NEWS
index dc404d68026e83e4ae2935d96341009cc4d047c1..d7ef566ac959d5fbee65646ad4e15a8dd88a3c3b 100644 (file)
--- 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)