X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=12a750c7565f22e64ad6dd1c47a0308f0f1e7402;hb=873b98ee118b378ace23ffdba0b440bcefdfc8c1;hp=18556fee049c0bfb8e41a0659e5b73abeae81d30;hpb=7c79dcf34b1c15b97859848c56c499f4c7acfd0c;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 18556fe..12a750c 100644 --- a/Changes +++ b/Changes @@ -13,9 +13,14 @@ attributes in a subclass to override those with attributes in a superclass. This fixes CatalystX::CRUD's method of overriding / disabling functionality from base controllers. (t0m) + - Bump HTTP::Request::AsCGI dependency to avoid broken version (t0m) - Bump Moose dependency to latest version to fix metaclass incompatibility issues in some cases. (t0m) - Additional tests for setup_stats method. (t0m) + - Fix log levels in Catalyst::Log to be properly additive. (t0m) + - Fix RT#43375 by sorting results before testing them (t0m) + - Fixes for uri_for_action when using Catalyst::DispatchType::Regex + + tests from RT#39369 (norbi) 5.80002 2009-04-22 01:28:36 - Fix CATALYST_DEBUG and MYAPP_DEBUG environment variables