[Nice-commit] Nice NEWS,1.27,1.28
Brought to you by:
bonniot
From: <bo...@us...> - 2004-03-05 16:38:38
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2891 Modified Files: NEWS Log Message: Global constants and global variables are now initialized in a proper order when one depends on another, both directly and through the default implementation of a method. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** NEWS 3 Mar 2004 15:42:29 -0000 1.27 --- NEWS 5 Mar 2004 16:24:26 -0000 1.28 *************** *** 17,20 **** --- 17,23 ---- Individual methods can be treated specially by retyping them. * The 'Any' keyword is now deprecated. + * Global constants and global variables are now initialized in a proper order + when one depends on another, both directly and through the default + implementation of a method. -- |