scolebourne 2004/06/22 16:03:20
Modified: collections RELEASE-NOTES.html
Log:
Update deprecation comment
Revision Changes Path
1.66 +4 -1 jakarta-commons/collections/RELEASE-NOTES.html
Index: RELEASE-NOTES.html
===================================================================
RCS file: /home/cvs/jakarta-commons/collections/RELEASE-NOTES.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- RELEASE-NOTES.html 22 Jun 2004 22:23:11 -0000 1.65
+++ RELEASE-NOTES.html 22 Jun 2004 23:03:20 -0000 1.66
@@ -19,7 +19,6 @@
<p>
This release adds various new classes and fixes a number of bugs.
-No deprecations have occurred.
All feedback should be directed to commons-user at jakarta.apache.org.
<hr />
@@ -28,6 +27,10 @@
<p>
This release is fully source and binary compatible with v3.0.
(Checks performed using JDiff and Clirr, thanks).
+</p>
+<p>
+The only new deprecations are in AbstractDualBidiMap.
+These only impact non commons-collections subclasses, and existing code will still work.
</p>
<p>
This release also enables a workaround of the binary compatability issue with IteratorUtils
in v3.0.
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|