X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=15432c46beaee7579fb1229cf418210989980de1;hp=6ec0bc2d9d46e618135e61cd0b6a0750cf646d37;hb=74c89dead3cfd8e95cbe853adbc6fe9eed539f4e;hpb=f6ba9b548282aeef7c4a03e4ae849586d7e3c60b diff --git a/Changes b/Changes index 6ec0bc2..15432c4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + - Fix issues in Catalyst::Controller::WrapCGI, + Catalyst::Plugin::Cache::Curried and any other component which + import (or define) their own meta method by always explicitly + calling Class::MOP::Object->meta inside Catalyst (t0m) + - Add test for this (t0m) - Add test case for the bug which is causing the Catalyst::Plugin::Authentication tests to fail (t0m) - Fix a bug in uri_for which could cause it to generate paths