Update of /cvsroot/clirr/clirr/xdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23758
Modified Files:
changes.xml
Log Message:
Removed abstract methods that are specified by an implemented interface
are no longer reported as a compatibility problem. (RFE #961229)
Index: changes.xml
===================================================================
RCS file: /cvsroot/clirr/clirr/xdocs/changes.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- changes.xml 11 Jun 2004 03:52:24 -0000 1.11
+++ changes.xml 13 Jun 2004 11:42:54 -0000 1.12
@@ -27,6 +27,11 @@
for running checks and generating reports from the
command-line.
</action>
+ <action dev="lkuehne" type="fix">
+ <!-- RFE #961229-->
+ Removed abstract methods that are specified by an implemented interface
+ are no longer reported as a compatibility problem.
+ </action>
</release>
<release version="0.3" date="2004-05-23">
|