Author: markt
Date: Tue Dec  3 10:19:35 2013
New Revision: 1547334

URL: http://svn.apache.org/r1547334
Log:
Update changelog

Modified:
    commons/proper/dbcp/trunk/src/changes/changes.xml

Modified: commons/proper/dbcp/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/src/changes/changes.xml?rev=1547334&r1=1547333&r2=1547334&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/src/changes/changes.xml (original)
+++ commons/proper/dbcp/trunk/src/changes/changes.xml Tue Dec  3 10:19:35 2013
@@ -89,6 +89,10 @@ The <action> type attribute can be add,u
         PoolableConnectionFactory.passivateObject() as it could be an expensive
         call.
       </action>
+      <action dev="markt" issue="DBCP-392" type="fix">
+        Use one line per statement for methods with multiple statements rather
+        than using a single line.
+      </action>
     </release>
     <release version="1.4.1" date="TBD" description="TBD">
       <action dev="psteitz" issue="DBCP-334" type="update" due-to="Alberto 
Mozzone">


Reply via email to