Fix type in changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-17 17:55:47 +00:00
parent bec3a0f79e
commit 4ad246d52f
1 changed files with 6 additions and 6 deletions

View File

@ -22,24 +22,24 @@
<body> <body>
<release version="4.0" date="TBA" description="Next release"> <release version="4.0" date="TBA" description="Next release">
<action issue="COLLECTIONS-432" dev="tn" type="change"> <action issue="COLLECTIONS-432" dev="tn" type="update">
Replaced "Buffer" interface with "java.util.Queue". Kept "CircularFifoQueue" Replaced "Buffer" interface with "java.util.Queue". Kept "CircularFifoQueue"
as well as "Predicated", "Transformed" and "Unmodifiable" decorators. as well as "Predicated", "Transformed" and "Unmodifiable" decorators.
</action> </action>
<action issue="COLLECTIONS-375" dev="tn" type="add" due-to="Ivan Hristov"> <action issue="COLLECTIONS-375" dev="tn" type="add" due-to="Ivan Hristov">
Added method "ListUtils#defaultIfNull(List, List)". Added method "ListUtils#defaultIfNull(List, List)".
</action> </action>
<action issue="COLLECTIONS-451" dev="tn" type="change"> <action issue="COLLECTIONS-451" dev="tn" type="update">
The constructors for all Utils classes are now private to prevent instantiation. The constructors for all Utils classes are now private to prevent instantiation.
</action> </action>
<action issue="COLLECTIONS-424" dev="tn" type="change" due-to="Michael Pradel"> <action issue="COLLECTIONS-424" dev="tn" type="update" due-to="Michael Pradel">
"CompositeSet" does not inherit from "CompositeCollection" anymore. The inner class "CompositeSet" does not inherit from "CompositeCollection" anymore. The inner class
"SetMutator" has been updated accordingly. "SetMutator" has been updated accordingly.
</action> </action>
<action issue="COLLECTIONS-361" dev="tn" type="add" due-to="Jean-Noel Rouvignac"> <action issue="COLLECTIONS-361" dev="tn" type="add" due-to="Jean-Noel Rouvignac">
Add method "CollectionUtils#filterInverse(Iterable, Predicate)". Add method "CollectionUtils#filterInverse(Iterable, Predicate)".
</action> </action>
<action issue="COLLECTIONS-372" dev="tn" type="change"> <action issue="COLLECTIONS-372" dev="tn" type="update">
TransformingComparator now supports different types for its input/output values. TransformingComparator now supports different types for its input/output values.
</action> </action>
<action issue="COLLECTIONS-446" dev="tn" type="add" due-to="Matt Lachman"> <action issue="COLLECTIONS-446" dev="tn" type="add" due-to="Matt Lachman">
@ -125,7 +125,7 @@
Added serialVersionUID fields for "ExtendedProperties", "CompositeCollection", Added serialVersionUID fields for "ExtendedProperties", "CompositeCollection",
"CompositeSet", "EmptyMapMutator", "EmptySetMutator". "CompositeSet", "EmptyMapMutator", "EmptySetMutator".
</action> </action>
<action issue="COLLECTIONS-324" dev="tn" type="change" due-to="sebb"> <action issue="COLLECTIONS-324" dev="tn" type="update" due-to="sebb">
Fields transformer and decorated in class "TransformingComparator" are now final. Fields transformer and decorated in class "TransformingComparator" are now final.
</action> </action>
<action issue="COLLECTIONS-383" dev="tn" type="add" due-to="Adrian Cumiskey"> <action issue="COLLECTIONS-383" dev="tn" type="add" due-to="Adrian Cumiskey">
@ -137,7 +137,7 @@
<action issue="COLLECTIONS-272" dev="tn" type="add" due-to="Chaitanya Mutyala"> <action issue="COLLECTIONS-272" dev="tn" type="add" due-to="Chaitanya Mutyala">
Added serialization support for "FixedOrderComparator" and "TransformingComparator". Added serialization support for "FixedOrderComparator" and "TransformingComparator".
</action> </action>
<action issue="COLLECTIONS-231" dev="tn" type="change" due-to="Torsten Curdt"> <action issue="COLLECTIONS-231" dev="tn" type="update" due-to="Torsten Curdt">
Return concrete class in static factory methods instead of base class interface Return concrete class in static factory methods instead of base class interface
(except for Unmodifiable decorators). (except for Unmodifiable decorators).
</action> </action>