made cdbi-t optional
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index a04c066..c95b8df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for DBIx::Class
 
+       - 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
+
 0.04999_04 2006-01-24 21:48:21
         - more documentation improvements
         - add columns_info_for for vendor-specific column info (Zbigniew Lukasiak)