Booted UNIVERSAL::require sideways out the codebase
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d0c9623..13bcfa4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for DBIx::Class
 
+        - added $schema->populate to load test data (similar to AR fixtures)
+       - removed cdbi-t dependencies, only run tests if installed
+       - Removed DBIx::Class::Exception
+       - unified throw_exception stuff, using Carp::Clan
+       - report query when sth generation fails.
         - multi-step prefetch!
         - inheritance fixes
         - test tweaks