[svn:dbi] r14599 - dbi/trunk

[email protected] Tue, 21 Dec 2010 14:54:37 -0800 (PST)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: timbo
Date: Tue Dec 21 14:54:37 2010
New Revision: 14599

Modified:
   dbi/trunk/Changes

Log:
Add note for previous commit re RT#62640 to Changes

Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes	(original)
+++ dbi/trunk/Changes	Tue Dec 21 14:54:37 2010
@@ -9,6 +9,7 @@
 =head2 Changes in DBI 1.617 (svn rXXX) XXX
 
   Fixed typo in InactiveDestroy thanks to Emmanuel Rodriguez.
+  Fixed compiler warnings RT#62640
   Added additional notes on DBDs which avoid creating a statement in
     the do method and the effects on error handlers (Martin J. Evans)