From 14906301a12e4e1651f5abd60ee0264a6dfb61d1 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Fri, 24 Dec 2004 11:10:24 +0000 Subject: [PATCH] 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 --- RELEASE-NOTES.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.html b/RELEASE-NOTES.html index 2cf585c01..014f5465a 100644 --- a/RELEASE-NOTES.html +++ b/RELEASE-NOTES.html @@ -13,14 +13,17 @@ See the License for the specific language governing permissions and limitations under the License. --> + + RELEASE NOTES: COLLECTIONS 3.2 - + +

RELEASE NOTES: COLLECTIONS 3.2

This release adds various new classes and fixes a number of bugs. All feedback should be directed to commons-user at jakarta.apache.org. - +


COMPATABILITY

@@ -42,6 +45,7 @@ There are no new deprecations.
  • CollectionUtils.addIgnoreNull - Adds to the collection if the value being added is not null [30020]
  • MapUtils.putAll - Puts an array of key/value pairs into a map [30882]
  • ExtendedProperties - No longer uses an exception in normal processing [30497]
  • +
  • CollectionUtils/ListUtils - retainAll/removeAll that don't change original colllection
  • BUG FIXES

    @@ -54,3 +58,5 @@ There are no new deprecations. + + \ No newline at end of file