From 976b14463e4b4125eaaa56e9af6cda8e5e46da83 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 13 Mar 2002 06:07:14 +0000 Subject: [PATCH] Update release notes for Bag and BeanMap changes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130643 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES-2.0.html | 48 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES-2.0.html b/RELEASE-NOTES-2.0.html index b4190724c..c20b6081e 100644 --- a/RELEASE-NOTES-2.0.html +++ b/RELEASE-NOTES-2.0.html @@ -11,8 +11,9 @@ useful Comparator classes.

These collections are new to Collections 2.0:

- +

New features:

- - + + +

BeanMap

+ +

BeanMap's entrySet() now properly returns a set containing Map.Entry +objects. Previously, entrySet() was equivalent to keySet() (returns a set of +the readable properties) and there was no mechanism to retrieve all of the +readable properties along with their values. Additionally, the BeanMap clone +method has been revamped to work better for subclasses.

+ +

BeanMap 2.0 compatibility changes:

+ + +

Bugs fixed:

+ +