handle the throw_exception bit. Drop DBIx::Class::Exception
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d0c9623..a7780a2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for DBIx::Class
 
+       - Removed DBIx::Class::Exception
+       - unified throw_exception stuff, using Carp::Clan
+       - report query when sth generation fails.
         - multi-step prefetch!
         - inheritance fixes
         - test tweaks