[maven-release-plugin]  copy for tag DBUTILS_1_2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/dbutils/tags/DBUTILS_1_2@754725 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index d48ab30..4ba3e6a 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -39,6 +39,9 @@
   </properties>
   <body>
     <release version="1.2" date="2009-03-06" description="Another round of fixes; deprecates methods in preparation for varargs in java5">
+      <action dev="dfabulich" type="update" issue="DBUTILS-52">
+        Removed setDataSource method to guarantee thread safety
+      </action>
       <action dev="sebb" type="update" issue="DBUTILS-51">
         Made numerous private instance members final to guarantee thread safety; changed protected member of KeyedHandler to final
       </action>