[Nice-commit] Nice NEWS,1.1,1.2
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-30 15:13:26
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv29919/nice Modified Files: NEWS Log Message: Update of changelog. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NEWS 30 Nov 2003 11:22:28 -0000 1.1 --- NEWS 30 Nov 2003 15:13:23 -0000 1.2 *************** *** 25,28 **** --- 25,30 ---- * Reduced memory usage when repeatedly compiling in the same JVM (eclipse plugin, ant, testsuite, ...). + * Unused local variables will give a warning. + * A ';' is not a valid statement anymore. * Bug fixes (accessing static fields of an superclass or interface, compilation of polymorphic tuples, captured 'this' in initializer, |