X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c07873f30e08f8a4749644a9d2723da674adb636;hb=ec27222e93ad0b74f998883aad84ec7b55847bf8;hp=a3f2192c0768f27bd51842e374a27e786c6e4013;hpb=3d8d37d327e539689ba8be678dd9514d54c0728c;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/Changes b/Changes index a3f2192..c07873f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema +0.26 As yet unreleased + - Fix missing dep on Catalyst::Helper that made tests fail (RT 47449) + +0.25 Fri Jun 19 08:35:38 PDT 2009 + - fix dep on Tie::IxHash that made tests fail + - add more attributes to ::Replicated trait + - fixed infinte loop in helper if SQLite connect_info has only + a DSN (dandv, RT #47101) + 0.24 Tue Jun 16 06:18:58 PDT 2009 - Add tests for issues with Class::C3 which are caused to applications which use new Catalyst but old DBIC, and have @@ -9,11 +18,11 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema - helper passes loader opts to dynamic schemas - conversion to Moose - cursor caching support (via - Catalyst::TraitFor::Model::DBIC::Schema::Caching) - - ::Storage::Replicated support (via ::Replicated trait) + Catalyst::TraitFor::Model::DBIC::Schema::Caching) + - ::Storage::Replicated support (via ::Replicated trait) - switch to hashref connect_info for DBIC 8100 - better helper option parsing, with support for more options - - more tests + - more tests 0.23 Sun Mar 8 20:30:02 GMT 2009 - Kill a couple of warnings (one due to MRO::Compat)