The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for CatalystX-CRUD-ModelAdapter-DBIC

0.01    11 Aug 2008
        First version, released on an unsuspecting world.

0.02    12 Aug 2008
        * fix bug in order of params to make_query()
        * add example app in t/example/MyApp

0.03    23 Aug 2008
        * fix make_query() to return hash ref like 
          other Models do.
        * updates for new core API in 0.29

0.04    24 Aug 2008
        * switch to DBIx::Class::RDBOHelpers for rel introspection.

0.05    26 Aug 2008
        * fix ORDER BY feature and override make_sql_query()

0.06    27 Aug 2008
        * tweek make_query() to return hash struct like RDBO does