Revision history for Mojo-mysql

0.05     Thu Jan 22 00:14:11 2015
       * Do not cache statement handles in Mojo::mysql::Database.
       * Synced changes from Mojo::Pg
       * utf8 enabled by default

0.04     Fri Jan  2 12:15:26 2015
       * Add support for migrations #3
         Contributor: Curt Hochwender
       * Add Mojo::mysql::Migrations.
       * Add migrations attribute to Mojo::msyql
       * Add db attribute to Mojo::mysql::Transaction.
       * Fix bug where Perl would close the DBD::mysql file descriptor after it had
         been used with the event loop.
       * Remove dbh attribute from Mojo::mysql::Transaction
       * Updated Mojolicious requirement to 5.49 to ensure migrations in the DATA
         section are not served as static files

0.03     Mon Oct 13 13:39:59 2014
       * Removed commit and rollback methods from Mojo::mysql::Database.
       * Added Mojo::mysql::Transaction.

0.02     Sun Oct 12 18:14:33 2014
       * Force mysql_auto_reconnect = 0 to avoid nasty reconnect bugs under
         some environments.
         https://metacpan.org/pod/DBD::mysql#mysql_auto_reconnect

0.01     Sat Oct 11 17:34:05 2014
       * First release.