Author: dain
Date: Tue Jul 24 10:35:02 2007
New Revision: 559128

URL: http://svn.apache.org/viewvc?view=rev&rev=559128
Log:
Added change log note on the deprecation of SQLNestedException

Modified:
    jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml

Modified: jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml?view=diff&rev=559128&r1=559127&r2=559128
==============================================================================
--- jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/dbcp/trunk/xdocs/changes.xml Tue Jul 24 10:35:02 2007
@@ -78,6 +78,10 @@
         to create the statement or result set is returned  from either 
         getConnection() or getStatement().
       </action>
+      <action dev="dain" type="update" issue="DBCP-143">
+        SQLNestedException has been deprecated and will be replaced in DBCP 
1.4 with
+        SQLException and standard Java exception chaining.
+      </action>
     </release>
     <release version="1.2.2" date="2007-04-04"
       description="This is a maintenance release containing bug fixes



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to