Author: tn
Date: Tue May 14 20:10:10 2013
New Revision: 1482553

URL: http://svn.apache.org/r1482553
Log:
Update release notes to include split map addition

Modified:
    commons/proper/collections/trunk/RELEASE-NOTES.txt

Modified: commons/proper/collections/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/collections/trunk/RELEASE-NOTES.txt?rev=1482553&r1=1482552&r2=1482553&view=diff
==============================================================================
--- commons/proper/collections/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/collections/trunk/RELEASE-NOTES.txt Tue May 14 20:10:10 2013
@@ -31,6 +31,7 @@ Major changes since 3.2.1
  - Use of generics and other language features introduced in Java 5 (varargs, 
Iterable)
  - Removed deprecated classes / methods and features which are now supported 
by the JDK
  - Replaced Buffer interface with java.util.Queue
+ - Added concept of split maps with respective interfaces Put / Get (see also 
package splitmap)
 
 
 Removed classes
@@ -78,7 +79,9 @@ New classes
  o [COLLECTIONS-258] DualLinkedHashBidiMap - bidi map implementation using 
LinkedHashMap instances. Thanks to Nathan Blomquist. 
  o [COLLECTIONS-242] Equator - interface for testing object equality. 
  o [COLLECTIONS-241] PassiveExpiringMap - map decorator which passively 
expires entries. Thanks to Elifarley Callado Coelho. 
- o [COLLECTIONS-8  ] ComparatorPredicate - predicate to compare objects 
against a fixed instance. Thanks to Rune Peter Bjørnstad. 
+ o [COLLECTIONS-8  ] ComparatorPredicate - predicate to compare objects 
against a fixed instance. Thanks to Rune Peter Bjørnstad.
+ o [None           ] Put / Get - interfaces for split maps
+ o [None           ] SplitMapUtils / splitmap.TransformedMap - utilities and 
implementation for split maps
 
 
 New methods in *Utils


Reply via email to