Add missing end-tag git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/branches/2_0@1482094 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/2fd9b9d7 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/2fd9b9d7 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/2fd9b9d7 Branch: refs/heads/2_0 Commit: 2fd9b9d71c4b71a7f7cb7513f5344c9433c805cd Parents: e8727b6 Author: Sebastian Bazley <[email protected]> Authored: Mon May 13 20:44:13 2013 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Mon May 13 20:44:13 2013 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/2fd9b9d7/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dd38c43..8c2f41c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove. <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>
