[Nice-commit] Nice/debian changelog,1.147,1.148
Brought to you by:
bonniot
|
From: <bo...@us...> - 2003-04-18 14:50:33
|
Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv18316/debian
Modified Files:
changelog
Log Message:
Allow implementations of native methods to dispatch on all their arguments.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -d -r1.147 -r1.148
*** changelog 8 Apr 2003 19:16:44 -0000 1.147
--- changelog 18 Apr 2003 14:50:29 -0000 1.148
***************
*** 1,2 ****
--- 1,13 ----
+ nice (0.7.9) unstable; urgency=low
+
+ * Allow implementations of methods declared in Java to dispatch on
+ all their arguments. So now we can at last write:
+ class A {
+ int x;
+ equals(that@A) = this.x == that.x;
+ }
+
+ --
+
nice (0.7.8) unstable; urgency=low
|