From: Sebastian Riedel Date: Thu, 10 Nov 2005 03:48:36 +0000 (+0000) Subject: Updated changes X-Git-Tag: 5.7099_04~971 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=db38216d107503baa14d1c151e45306c0400d676 Updated changes --- diff --git a/Changes b/Changes index 103a09c..7015f80 100644 --- 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.