update docs
[catagits/Catalyst-Model-DBIC-Schema.git] / Changes
diff --git a/Changes b/Changes
index c120f2c..61ad0d0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,14 +1,13 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
-0.24  Mon May 25 08:44:09 PDT 2009
         - 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)
         - die on empty schema
         - create=dynamic deprecation warning
         - conversion to Moose
-        - cursor caching support (via ::Role::Caching)
-       - ::Storage::Replicated support (via ::Role::Replicated)
+        - cursor caching support (via ::Trait::Caching)
+       - ::Storage::Replicated support (via ::Trait::Replicated)
         - switch to hashref connect_info for DBIC 8100
         - better helper option parsing, with support for more options
         - helper passes loader opts to dynamic schemas