[Nice-commit] Nice/debian changelog,1.176,1.177
Brought to you by:
bonniot
From: <ar...@us...> - 2003-06-15 14:21:00
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv9285/F:/nice/debian Modified Files: changelog Log Message: Minor cleanup again. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.176 retrieving revision 1.177 diff -C2 -d -r1.176 -r1.177 *** changelog 15 Jun 2003 11:28:53 -0000 1.176 --- changelog 15 Jun 2003 14:20:57 -0000 1.177 *************** *** 29,32 **** --- 29,34 ---- name(=red) = "red"; name(=blue) = "blue"; + * Method bodies with a single statement can be written without brackets. + example: void foo() = throw new Exception; * Bugfixes (Parsing of nested tuples, global constants of type char, Overloading resolving of methods implementation with additional tc's, ...) |