prep release
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / Changes
1 Revision history for Perl extension DBIx::Class::DateTime::Epoch.
2
3 0.08 2011-11-21
4  - remove warning in case of datetime column without inflate_datetime
5    (Alexandr Ciornii)
6
7 0.07 2011-01-19
8  - fix inflation/deflation routines so that non-epoch datetime columns are
9    handled correctly (woosley)
10
11 0.06 2009-01-28
12  - make sure regex for "int" is case insensitive (RT #54053)
13
14 0.05 2009-06-01
15  [THING THAT WILL NO LONGER BREAK YOUR CODE]
16  - added back-compat for the "epoch => 1", etc syntax
17
18 0.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
27 0.03 2007-04-25
28  - don't override user-supplied values for update()
29
30 0.02 2006-07-17
31  - Re-release onto CPAN
32
33 0.01 2006-03-22
34  - original version;