Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv26060/F:/nice/debian
Modified Files:
changelog
Log Message:
update of changelog.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.170
retrieving revision 1.171
diff -C2 -d -r1.170 -r1.171
*** changelog 4 Jun 2003 21:37:45 -0000 1.170
--- changelog 10 Jun 2003 20:20:51 -0000 1.171
***************
*** 1,4 ****
--- 1,9 ----
nice (0.9.0) unstable; urgency=low
+ * Added dispatch on String literals. This can be used as a switch on Strings.
+ void foo(String color);
+ foo("blue") { ... }
+ foo("red") { ... }
+ foo(color) { println("unknown color" + color); }
* Added operator ** to calculate powers of longs, doubles and BigIntegers.
* Archives (generated with the -a option) can now be used to distribute
|