[Nice-commit] Nice NEWS,1.25,1.26
Brought to you by:
bonniot
From: <bo...@us...> - 2004-03-01 16:15:25
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1312 Modified Files: NEWS Log Message: Strict imports. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** NEWS 24 Feb 2004 15:20:18 -0000 1.25 --- NEWS 1 Mar 2004 16:04:18 -0000 1.26 *************** *** 1,6 **** --- 1,12 ---- nice (0.9.7) + * When importing a java package, it is possible to specify that its methods + do not accept null arguments: + import some.java.pkg.* (!); + Individual methods can be treated specially by retyping them. * The 'Any' keyword is now deprecated. + -- + nice (0.9.6) |