X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f08c3aedcc3b824d5da5efc0bcd37b60a43f9816;hb=9a584d4c0b27017ab3716bfe451a884ebe437933;hp=9439089d769fb38a994b6b72c28bf180574da11d;hpb=0a389a2c7e26f2bc44ff5518acda959f29205885;p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git diff --git a/Changes b/Changes index 9439089..f08c3ae 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,23 @@ Revision history for Perl extension DBIx::Class::DateTime::Epoch. -0.04 Tue Oct 30 2007 +0.07 Tue Jan 19 2011 + - fix inflation/deflation routines so that non-epoch datetime columns + are handled correctly (woosley) + +0.06 Thu Jan 28 2009 + - make sure regex for "int" is case insensitive (RT #54053) + +0.05 Mon Jun 01 2009 + [ THING THAT WILL NO LONGER BREAK YOUR CODE ] + - added back-compat for the "epoch => 1", etc syntax + +0.04 Tue May 26 2009 + [ THINGS THAT WILL BREAK YOUR CODE ] + - refactor module to itegrate with InflateColumn::DateTime and TimeStamp. + Requires DBIx::Class 0.08103 and DBIx::Class::TimeStamp 0.07. + Please read the new documentation. + + [ ENHANCEMENTS ] - switch to Module::Install 0.03 Wed Apr 25 2007