The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.11_02
    - Dependency tweaks
    - More docs
    - pod fixes
    - rename EntryProxy under DBIx::Class::KiokuDB::EntryProxy

0.11_01
    - DBIC schema integration
    - FOR UPDATE added to SELECT queries on MySQL, PG and Oracle

0.10
    - Added mysql_strict attribute, true by default, causes SQL's strict mode
      to be set
    - Now specifies 'longblob' instead of 'blob' as the type for the 'data'
      column when deploying to MySQL because the "large" in blob apparently
      means 64k and MySQL was truncating it by default
    - Added more bitter comments about MySQL to the documentation
    - Make the table_info fix from 0.09 only apply to SQLite

0.09
    - Fix double deployment with recent versions of DBD::SQLite
    - Pod fixes

0.08
    - Fix GIN key update (FIXME no coverage in KiokuDB test suite yet)
    - uses done_testing in test suite

0.07
    - Various documentation fixes
    - ID stream optimization
    - use the new sqlt_deploy_callback
    - Don't use execute_array for DELETE
    - Explicitly call $schema->disconnect on destruction
    - Allow coderef in DBI DSN
    - Don't reuse DBIC's txn_do

0.06
    - Skip tests if SQL::Translator is missing

0.05
    - Use an update statement when an entry the 'prev' attribute, and insert
      otherwise.
    - Add a 'schema_hook' attribute, to allow modification of the cloned schema
      before connecting

0.04
    - Remove DBD::Pg usage (DBIC handles those parts now)

0.03
    - Switch to Serialize::Delegate
    - add 'create' attribute

0.02
    - Skip tests if DBD::SQLite is not available

0.01
    - Initial release