Add tests for my fail. Fixed already with the dependencies in Makefile.PL
[catagits/Catalyst-Model-DBIC-Schema.git] / Changes
diff --git a/Changes b/Changes
index fed9eac..5f17647 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,12 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+        - Add tests for issues with Class::C3 which are caused to
+          applications which use new Catalyst but old DBIC, and have
+          use Class::C3 in the MyApp class (t0m)
+        - warn on empty schema
+        - create=dynamic deprecation warning
         - conversion to Moose (of Model, helper to follow)
-        - cursor caching support (via role)
+        - cursor caching support (via ::Role::Caching)
         - switch to hashref connect_info for DBIC 8100
         - better helper option parsing
         - pass loader opts to dynamic schemas