prep release
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / Changes
CommitLineData
e4480da2 1Revision history for Perl extension DBIx::Class::DateTime::Epoch.
2
830d2638 30.08 2011-11-21
4 - remove warning in case of datetime column without inflate_datetime
5 (Alexandr Ciornii)
6
70.07 2011-01-19
8 - fix inflation/deflation routines so that non-epoch datetime columns are
9 handled correctly (woosley)
10
110.06 2009-01-28
12 - make sure regex for "int" is case insensitive (RT #54053)
13
140.05 2009-06-01
15 [THING THAT WILL NO LONGER BREAK YOUR CODE]
16 - added back-compat for the "epoch => 1", etc syntax
17
180.04 2009-05-26
19 [ENHANCEMENTS]
20 - switch to Module::Install
21
22 [THINGS THAT WILL BREAK YOUR CODE]
23 - refactor module to itegrate with InflateColumn::DateTime and TimeStamp.
24 Requires DBIx::Class 0.08103 and DBIx::Class::TimeStamp 0.07. Please
25 read the new documentation.
26
270.03 2007-04-25
28 - don't override user-supplied values for update()
29
300.02 2006-07-17
31 - Re-release onto CPAN
32
330.01 2006-03-22
34 - original version;