[Nice-commit] Nice NEWS,1.2,1.3
Brought to you by:
bonniot
From: <ar...@us...> - 2003-12-02 20:59:06
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv27825/Nice Modified Files: NEWS Log Message: Make nested multiline comments possible. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NEWS 30 Nov 2003 15:13:23 -0000 1.2 --- NEWS 1 Dec 2003 23:43:50 -0000 1.3 *************** *** 27,30 **** --- 27,31 ---- * Unused local variables will give a warning. * A ';' is not a valid statement anymore. + * Nested multi-line comments are allowed. * Bug fixes (accessing static fields of an superclass or interface, compilation of polymorphic tuples, captured 'this' in initializer, |