[Nice-commit] Nice NEWS,1.76,1.77
Brought to you by:
bonniot
From: Artem Gr K. <ar...@us...> - 2005-05-21 16:25:08
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14762 Modified Files: NEWS Log Message: Emit method signatures into Nice interface classes. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** NEWS 8 Apr 2005 08:26:57 -0000 1.76 --- NEWS 21 May 2005 16:24:58 -0000 1.77 *************** *** 59,62 **** --- 59,64 ---- assert 0==1; // fails if assertions enabled * niceunit supports a --jar option to test jars. + * It is now possible to use Nice "interface" method from Java + (that is, method signatures are preserved in interface bytecode). -- |