prep release
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / Changes
CommitLineData
e4480da2 1Revision history for Perl extension DBIx::Class::DateTime::Epoch.
2
b7f6b6ad 30.07 Tue Jan 19 2011
4 - fix inflation/deflation routines so that non-epoch datetime columns
5 are handled correctly (woosley)
6
06edd8ed 70.06 Thu Jan 28 2009
8 - make sure regex for "int" is case insensitive (RT #54053)
9
29f37a29 100.05 Mon Jun 01 2009
11 [ THING THAT WILL NO LONGER BREAK YOUR CODE ]
12 - added back-compat for the "epoch => 1", etc syntax
13
db91b5ca 140.04 Tue May 26 2009
8e52f1da 15 [ THINGS THAT WILL BREAK YOUR CODE ]
16 - refactor module to itegrate with InflateColumn::DateTime and TimeStamp.
db91b5ca 17 Requires DBIx::Class 0.08103 and DBIx::Class::TimeStamp 0.07.
18 Please read the new documentation.
19
20 [ ENHANCEMENTS ]
21 - switch to Module::Install
8e52f1da 22
e4480da2 230.03 Wed Apr 25 2007
24 - don't override user-supplied values for update()
25
260.02 Mon Jul 17 2006
27 - Re-release onto CPAN
28
290.01 Wed Mar 22 2006
30 - original version;