column_info_from_storage(1) is cleaner anyways
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 6985ea7..ba7ca63 100644 (file)
--- a/Changes
+++ b/Changes
@@ -12,7 +12,7 @@ Revision history for DBIx::Class
           ->exception_action
         - columns_info_for is deprecated, and no longer runs automatically.
           You can make it work like before via
-          __PACKAGE__->load_column_info_from_storage for now
+          __PACKAGE__->column_info_from_storage(1) for now
 
 0.07002
         - cleared up Relationship docs, and fixed some typos