no tarballs and .bak files in git
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / Changes
1 Revision history for Perl extension DBIx::Class::DateTime::Epoch.
2
3 0.06  Thu Jan 28 2009
4     - make sure regex for "int" is case insensitive (RT #54053)
5
6 0.05  Mon Jun 01 2009
7     [ THING THAT WILL NO LONGER BREAK YOUR CODE ]
8     - added back-compat for the "epoch => 1", etc syntax
9
10 0.04  Tue May 26 2009
11     [ THINGS THAT WILL BREAK YOUR CODE ]
12     - refactor module to itegrate with InflateColumn::DateTime and TimeStamp.
13       Requires DBIx::Class 0.08103 and DBIx::Class::TimeStamp 0.07.
14       Please read the new documentation.
15
16     [ ENHANCEMENTS ]
17     - switch to Module::Install
18
19 0.03  Wed Apr 25 2007
20     - don't override user-supplied values for update()
21
22 0.02  Mon Jul 17 2006
23     - Re-release onto CPAN
24     
25 0.01  Wed Mar 22 2006
26     - original version;