Update deprecation comment

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131800 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-22 23:03:20 +00:00
parent 4bf90d6356
commit 72ed906100
1 changed files with 4 additions and 1 deletions

View File

@ -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 />
@ -30,6 +29,10 @@ 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.
Collections v2.1.1 (with deprecations solved) and v3.1 are compatible with regards to iterators.
</p>