$dbh->{HandleError} does throw_exception, "unsafe" connect_info option to suppress...
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 1443012..0a17b9f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,12 @@
 Revision history for DBIx::Class
 
+        - fixed page-within-page bug (reported by nilsonsfj)
+
+0.07999_05 2007-06-07 23:00:00
+        - Made source_name rw in ResultSource
         - Fixed up SQL::Translator test/runtime dependencies
         - Fixed t/60core.t in the absence of DateTime::Format::MySQL
+        - Test cleanup and doc note (ribasushi)
 
 0.07999_04 2007-06-01 14:04:00
         - pulled in Replication storage from branch and marked EXPERIMENTAL