Document binary compatibility

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131797 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-06-22 21:44:51 +00:00
parent d3697544ee
commit 1d72d4a31b
1 changed files with 1 additions and 4 deletions

View File

@ -26,11 +26,8 @@ All feedback should be directed to commons-user at jakarta.apache.org.
<center><h3>COMPATABILITY</h3></center> <center><h3>COMPATABILITY</h3></center>
<p> <p>
This release is source and binary compatible with v3.0 with one known exception: This release is fully source and binary compatible with v3.0.
</p> </p>
<ul>
<li>ReferenceMap (map package) - No longer extends AbstractMap, only an issue if you previously cast to AbstractMap</li>
</ul>
<p> <p>
This release also enables a workaround of the binary compatability issue with IteratorUtils in v3.0. 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. Collections v2.1.1 (with deprecations solved) and v3.1 are compatible with regards to iterators.