Added support for ~ prefix to plugins and action classes
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index c9b5bef..969f9fb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Use ~ as prefix for plugins or action classes which are located in MyApp::Plugin / MyApp::Action 
+
+
+5.80005 2009-06-06 14:40:00
+
   Behaviour changes:
         - Arguments ($c->req->args) in Chained dispatch are now automatically
           URL decoded to be consistent with Local/Path dispatch (Caelum)