Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv22778/F:/nice/debian
Modified Files:
changelog
Log Message:
Improved type inference for instanceof it can handle the same cases as nullness inference now.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.212
retrieving revision 1.213
diff -C2 -d -r1.212 -r1.213
*** changelog 1 Oct 2003 21:49:03 -0000 1.212
--- changelog 6 Oct 2003 18:22:22 -0000 1.213
***************
*** 1,4 ****
--- 1,5 ----
nice (0.9.3) unstable; urgency=low
+ * Improved type inference by instanceof tests.
* Added multi line string literals. String that start and end with """
may take multiple lines and will include the linebreaks.
|