X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=d8626468f2b83c3eee0b67748b2df1e974ee4ea4;hp=cb7ceee4df4a717158c0ca63ecdc27719938de76;hb=1fe85999f1099692cffcfdadfc5f2e54cfe99782;hpb=ee8963de51038687df873c7e95422cb3a3adf499 diff --git a/Changes b/Changes index cb7ceee..d862646 100644 --- a/Changes +++ b/Changes @@ -3,8 +3,6 @@ Bug fixes: - Fix replace_constructor warning to actually work if you make your application class immutable without that option. - - Fix POD to refer to ->config(key => $val), rather than - ->config->{key} = $val, as the latter form is deprecated. - Depend on Module::Pluggable 3.9 to prevent a bug wherein components in inner packages might not be registered. This especially affected tests. @@ -17,6 +15,11 @@ New features: - private_path method for Catalyst::Action + docs + tests (groditi) + Documentation: + - Fix POD to refer to ->config(key => $val), rather than + ->config->{key} = $val, as the latter form is deprecated. + - Clearer docs for the 'uri_for' method. + 5.80007 2009-06-30 23:54:34 Bug fixes: