Added index action and fixed get_action
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 81d3220..37efc42 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Tis file documents the revision history for Perl extension Catalyst.
 
 5.50
+        - Whole new dispatcher!
+        - Added index action
         - Added support for passing an IO::Handle object to $c->res->body.
           (Andrew Bramble)
         - Added a new welcome screen.