[Nice-commit] Nice NEWS,1.80,1.81
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-06-18 13:27:09
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24032 Modified Files: NEWS Log Message: Implemented static import. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.80 retrieving revision 1.81 diff -C2 -d -r1.80 -r1.81 *** NEWS 7 Jun 2005 08:34:02 -0000 1.80 --- NEWS 18 Jun 2005 13:26:56 -0000 1.81 *************** *** 1,2 **** --- 1,10 ---- + nice (0.9.12) + + * Support for static import: + + import static java.lang.Math.PI; + + -- + nice (0.9.11) |