Updated changes
Sebastian Riedel [Thu, 10 Nov 2005 03:48:36 +0000 (03:48 +0000)]
Changes

diff --git a/Changes b/Changes
index 103a09c..7015f80 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Tis file documents the revision history for Perl extension Catalyst.
 
 5.50
+        - Made context, dispatcher, engine, request and response classes
+          configurable
+        - Added $c->stack
+        - Fixed dispatcher to ignore unknown attributes
         - Updated built in server to restart on win32. (Will Hawes)
         - Fixed streaming write from a filehandle to stop writing
           if the browser is closed.