include test for failure mode
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 4433adf..7db0ab6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Add the Catalyst::Dispatcher->dispatch_type method (ash)
         - Throw an exception rather than loading an app if an action
           tries to chain to itself (t0m)
           - Tests for this
@@ -41,6 +42,7 @@
         - namespace::clean related cleanups (rafl)
         - Import related cleanups and consistency fixes (rafl)
         - Fix test suite TestApp /dump/env action (t0m)
+        - Add $res->code as alias for $res->status (hdp)
 
 5.8000_06 2009-02-04 21:00
         - Disallow writing to config after setup (rafl)