Author: sebb
Date: Mon May 13 20:44:13 2013
New Revision: 1482094
URL: http://svn.apache.org/r1482094
Log:
Add missing end-tag
Modified:
commons/proper/dbutils/branches/2_0/src/changes/changes.xml
Modified: commons/proper/dbutils/branches/2_0/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/branches/2_0/src/changes/changes.xml?rev=1482094&r1=1482093&r2=1482094&view=diff
==============================================================================
--- commons/proper/dbutils/branches/2_0/src/changes/changes.xml (original)
+++ commons/proper/dbutils/branches/2_0/src/changes/changes.xml Mon May 13
20:44:13 2013
@@ -47,6 +47,7 @@ The <action> type attribute can be add,u
<action dev="wspeirs" type="add">
This is the first release of the 2.x branch of the Commons DbUtils
package, DbUtils2.
The motivation for creating DbUtils2 was two-fold: a number of
deprecated methods in the original DbUtils, and the desire to support named
parameters (DBUTILS-105).
+ </action>
<action dev="wspeirs" type="add" issue="DBUTILS-105">
Added named parameter support with fluent API
</action>