Author: timbo
Date: Thu Dec 30 02:10:54 2010
New Revision: 14616

Modified:
   dbi/trunk/Changes

Log:
Fix version in Changes and tweak wording

Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Thu Dec 30 02:10:54 2010
@@ -6,7 +6,7 @@
 
 =cut
 
-=head2 Changes in DBI 1.617 (svn r14614) 29th December 2010
+=head2 Changes in DBI 1.616 (svn r14616) 30th December 2010
 
   Fixed spurious dbi_profile lines written to the log when
     profiling is enabled and a trace flag, like SQL, is used.
@@ -21,9 +21,9 @@
   Optimized connect() to remove redundant FETCH of \%attrib values.
   Improved initialization phases in DBI::DBD::SqlEngine (Jens Rehsack)
 
-  Added DBD::Gofer::Transport::corostream. A experimental proof-of-concept
+  Added DBD::Gofer::Transport::corostream. An experimental proof-of-concept
     transport that enables asynchronous database calls with few code changes.
-    Including asynchronous use of DBI frameworks like DBIx::Class.
+    It enables asynchronous use of DBI frameworks like DBIx::Class.
 
   Added additional notes on DBDs which avoid creating a statement in
     the do() method and the effects on error handlers (Martin J. Evans)

Reply via email to