Version 0.06
[gitmo/MooseX-Types-DateTime.git] / Changes
1 0.06
2         - Use inline_as instead of the deprecated optimize_as
3
4 0.05
5                 - Merged the two 0.04 releases
6
7 0.04 (NUFFIN)
8         - Remove DateTimeX::Easy support, this is in its own distribution now
9
10 0.04 (FLORA)
11         - Depend on DateTime::TimeZone 0.95 to avoid test failures due to
12           broken, older versions.
13
14 0.03
15         - more explicit versions for dependencies
16                 - removed a test that doesn't seem to cleanly pass in all timezones
17
18 0.02
19         - Use namespace::clean in some places
20         - Try to skip out of the test suite gracefully when bad crap happens
21           (too much DWIM--)
22
23 0.01
24         - Initial version