Use Class::Inspector->loaded() instead of ->can('can')
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 816d673..b786981 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst.
 
+        - Use Class::Inspector->loaded($class) instead of $class->can('can')
         - Added ActionClass attribute
         - Removed Test::WWW::Mechanize::Catalyst from Makefile.PL (circular dep)
         - Updated docs for Catalyst::Component