X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6e4212d0aa4620304177f90781d7242ec7a6a5cc;hb=830d2638470f10a3dfb2ba2a30662c1d96d4a78e;hp=98e3d8941eb334412ef48852ba677a90fba67199;hpb=29f37a29ee0497500d375de134ae39798f75ead8;p=dbsrgits%2FDBIx-Class-DateTime-Epoch.git diff --git a/Changes b/Changes index 98e3d89..6e4212d 100644 --- a/Changes +++ b/Changes @@ -1,23 +1,34 @@ Revision history for Perl extension DBIx::Class::DateTime::Epoch. -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 - - don't override user-supplied values for update() - -0.02 Mon Jul 17 2006 - - Re-release onto CPAN - -0.01 Wed Mar 22 2006 - - original version; +0.08 2011-11-21 + - remove warning in case of datetime column without inflate_datetime + (Alexandr Ciornii) + +0.07 2011-01-19 + - fix inflation/deflation routines so that non-epoch datetime columns are + handled correctly (woosley) + +0.06 2009-01-28 + - make sure regex for "int" is case insensitive (RT #54053) + +0.05 2009-06-01 + [THING THAT WILL NO LONGER BREAK YOUR CODE] + - added back-compat for the "epoch => 1", etc syntax + +0.04 2009-05-26 + [ENHANCEMENTS] + - switch to Module::Install + + [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. + +0.03 2007-04-25 + - don't override user-supplied values for update() + +0.02 2006-07-17 + - Re-release onto CPAN + +0.01 2006-03-22 + - original version;