Update changes.xml with rename of CompliantBag to CollectionBag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1500126 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d661ba6d9
commit
16cba287b4
|
@ -39,7 +39,7 @@
|
||||||
name clash with similar class in package "map".
|
name clash with similar class in package "map".
|
||||||
</action>
|
</action>
|
||||||
<action issue="COLLECTIONS-468" dev="tn" type="add">
|
<action issue="COLLECTIONS-468" dev="tn" type="add">
|
||||||
Added bag decorator "CompliantBag" which decorates a bag to make it comply with the
|
Added bag decorator "CollectionBag" which decorates a bag to make it comply with the
|
||||||
Collection contract.
|
Collection contract.
|
||||||
</action>
|
</action>
|
||||||
<action issue="COLLECTIONS-466" dev="tn" type="update">
|
<action issue="COLLECTIONS-466" dev="tn" type="update">
|
||||||
|
|
Loading…
Reference in New Issue