You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2013/11/09 16:21:40 UTC

svn commit: r1540327 - /commons/proper/beanutils/trunk/src/changes/changes.xml

Author: oheger
Date: Sat Nov  9 15:21:40 2013
New Revision: 1540327

URL: http://svn.apache.org/r1540327
Log:
"Updated changes.xml for [BEANUTILS-441].

Modified:
    commons/proper/beanutils/trunk/src/changes/changes.xml

Modified: commons/proper/beanutils/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/changes/changes.xml?rev=1540327&r1=1540326&r2=1540327&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/changes/changes.xml (original)
+++ commons/proper/beanutils/trunk/src/changes/changes.xml Sat Nov  9 15:21:40 2013
@@ -59,6 +59,9 @@ The <action> type attribute can be add,u
       <action dev="oheger" type="update" issue="BEANUTILS-445" >
          Converters can return an invalid result object if a default value is set
       </action>
+      <action dev="oheger" type="update" issue="BEANUTILS-441" due-to="Samir Kerroumi">
+         Replace UnmodifiableSet.decorate with Collections.unModifiableSet 
+      </action>
       <action dev="britter" type="update" issue="BEANUTILS-436" >
          Replace package.html with package-info.java
       </action>