X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6d845214e3742f766123bbc66c2b453b6b7eaa74;hb=0505d1e9329f26d43957e57eb6673e6b3a9ff125;hp=b2aea320f29c88ba085764134a4c36efce688d2f;hpb=cfb5d52a9772eecc218a5a1cec5ae8fe890f4e68;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index b2aea32..6d84521 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,32 @@ # This file documents the revision history for Perl extension Catalyst. + Fixed extensions: + + - A number of modules have been updated to pass their tests or not + produce deprecation warnings with the latest version of Catalyst. + + These are: + + Test::WWW::Mechanize::Catalyst - has been updated to not produce + deprecation warnings. + + Catalyst::ActionRole::ACL - has been updated to fix failing tests + (although older versions still function perfectly with this + version of Catalyst). + + Catalyst::Plugin::Session::Store::DBIC - has been updated to fix + failing tests (although older versions still function perfectly + with this version of Catalyst). + + Backward compatibility fixes: + + - Fix calling MyApp->engine_class to set the engine class manually. + + Documentation: + + - Documentation which was in the now removed Catalyst::Engine::* classes + has been moved to Catalyst::Manual::Deployment + 5.89003 2011-07-28 20:11:50 (TRIAL release) Backward compatibility fixes: