Depend on DateTime::TimeZone as older versions since 0.92 caused our tests to fail.
[gitmo/MooseX-Types-DateTime.git] / Changes
diff --git a/Changes b/Changes
index f73dc88..bd35db1 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
-Revision history for DBIx-Class-PopulateMore
+0.03
+        - more explicit versions for dependencies
+               - removed a test that doesn't seem to cleanly pass in all timezones
+0.02
+        - Use namespace::clean in some places
+        - Try to skip out of the test suite gracefully when bad crap happens
+          (too much DWIM--)
 
-0.01    18 April 2008
-        First version, released on an unsuspecting world.
-0.02    25 May 2008
-        Created the MooseX::Types::DateTimeX namespace for extensions.
+0.01
+        - Initial version