DBUTILS-121 Update changes git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/trunk@1649161 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/a7af7cb2 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/a7af7cb2 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/a7af7cb2 Branch: refs/heads/master Commit: a7af7cb266e03c745b9cdaaa30db9bbb853a85fd Parents: 156945b Author: Carl Franklin Hall <[email protected]> Authored: Sat Jan 3 01:56:20 2015 +0000 Committer: Carl Franklin Hall <[email protected]> Committed: Sat Jan 3 01:56:20 2015 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/a7af7cb2/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7107ebd..0794f73 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -53,6 +53,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="britter" type="update" issue="DBUTILS-119" due-to="Michael Akerman"> Correct errors in BeanMapHandler JavaDoc </action> + <action dev="thecarlhall" type="add" issue="DBUTILS-121"> + Add getWriteMethod to BeanProcessor to allow subclasses to influence which write method is used + </action> </release> <release version="1.6" date="2014-07-20" description="Bugfixes and addition of insert methods">
