Add release note comments about retainAll/removeAll

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-12-24 11:10:24 +00:00
parent 962f0f1b2b
commit 14906301a1
1 changed files with 8 additions and 2 deletions

View File

@ -13,14 +13,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<title>RELEASE NOTES: COLLECTIONS 3.2</title>
</head>
<body>
<center><h2>RELEASE NOTES: COLLECTIONS 3.2</h2></center>
<p>
This release adds various new classes and fixes a number of bugs.
All feedback should be directed to commons-user at jakarta.apache.org.
</p>
<hr />
<center><h3>COMPATABILITY</h3></center>
@ -42,6 +45,7 @@ There are no new deprecations.
<li>CollectionUtils.addIgnoreNull - Adds to the collection if the value being added is not null [30020]</li>
<li>MapUtils.putAll - Puts an array of key/value pairs into a map [30882]</li>
<li>ExtendedProperties - No longer uses an exception in normal processing [30497]</li>
<li>CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection</li>
</ul>
<center><h3>BUG FIXES</h3></center>
@ -54,3 +58,5 @@ There are no new deprecations.
<ul>
<li>MapUtils.safeAddToMap - Better comment</li>
</ul>
</body>
</html>