X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=ec113e6007e3ca4258ba07f62d2b1601f0d66d2a;hp=c22ea2b6e593cd1ca0fd8b0a99cbfa1fb25d8bf8;hb=01ce70757e2be0d27df667a7b0e898b0d91476ec;hpb=730533aeeda86c4934c6fdf0bb714366fa8bddc2 diff --git a/Changes b/Changes index c22ea2b..ec113e6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ # This file documents the revision history for Perl extension Catalyst. + - Make debug output show class name for the engine and dispatcher + rather than the stringified ref. (t0m) - Make MyApp immutable at the end of the scope after the setup method is called, fixing issues with plugins which have their own new methods by inlining a constructor on MyApp (t0m)