You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by df...@apache.org on 2009/11/06 15:27:21 UTC

svn commit: r833407 - /commons/proper/dbutils/trunk/xdocs/changes.xml

Author: dfabulich
Date: Fri Nov  6 14:27:21 2009
New Revision: 833407

URL: http://svn.apache.org/viewvc?rev=833407&view=rev
Log:
Explictly call out Java5 generics and varargs on the bug list

Modified:
    commons/proper/dbutils/trunk/xdocs/changes.xml

Modified: commons/proper/dbutils/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/xdocs/changes.xml?rev=833407&r1=833406&r2=833407&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/xdocs/changes.xml (original)
+++ commons/proper/dbutils/trunk/xdocs/changes.xml Fri Nov  6 14:27:21 2009
@@ -39,6 +39,9 @@
   </properties>
   <body>
     <release version="1.3" date="2009-11-04" description="Adds Java5 generics and varargs">
+      <action dev="dfabulich" type="add" issue="DBUTILS-48">
+        Java 1.5 generics and varargs
+      </action>
       <action dev="dfabulich" type="update" issue="DBUTILS-57">
         BeanProcessor#mapColumnsToProperties now prefers to use column labels over column names (where aliases are not set, these should be identical)
       </action>