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:
Thomas Neidhart 2013-07-05 20:40:52 +00:00
parent 6d661ba6d9
commit 16cba287b4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
name clash with similar class in package "map".
</action>
<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.
</action>
<action issue="COLLECTIONS-466" dev="tn" type="update">