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/10/30 21:18:10 UTC

svn commit: r1537268 - /commons/proper/beanutils/branches/java5/src/changes/changes.xml

Author: oheger
Date: Wed Oct 30 20:18:10 2013
New Revision: 1537268

URL: http://svn.apache.org/r1537268
Log:
Updated changes.xml for BEANUTILS-448 and -449.

Modified:
    commons/proper/beanutils/branches/java5/src/changes/changes.xml

Modified: commons/proper/beanutils/branches/java5/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/branches/java5/src/changes/changes.xml?rev=1537268&r1=1537267&r2=1537268&view=diff
==============================================================================
--- commons/proper/beanutils/branches/java5/src/changes/changes.xml (original)
+++ commons/proper/beanutils/branches/java5/src/changes/changes.xml Wed Oct 30 20:18:10 2013
@@ -40,6 +40,12 @@ The <action> type attribute can be add,u
   <body>
 
     <release version="1.9.0" date="tba" description="Upgrade to Java 5 including generics where possible">
+      <action dev="oheger" type="update" issue="BEANUTILS-44*" >
+         LocaleConverters do not take the target type into account
+      </action>
+      <action dev="oheger" type="update" issue="BEANUTILS-448" >
+         LocaleConverters do not check their default value
+      </action>
       <action dev="oheger" type="update" issue="BEANUTILS-447" >
          LazyDynaList.toArray() is not conform to the contract defined by the
          Collection interface