[COLLECTIONS-351] Add to changelog, changes have been performed and added to release notes.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1479349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-05-05 16:20:55 +00:00
parent a5e94c1727
commit 081b62ef8d
1 changed files with 3 additions and 0 deletions

View File

@ -218,6 +218,9 @@
"AbstractCollectionDecorator" will now use internally "decorated()" to access
the decorated collection.
</action>
<action issue="COLLECTIONS-351" dev="bayard" type="remove" due-to="Henri Yandell">
Removed features which are now supported by the JDK.
</action>
<action issue="COLLECTIONS-350" dev="bayard" type="fix" due-to="Michael Akerman">
Removed debug output in "MapUtils#getNumber(Map)".
</action>