fixed for cpan
[gitmo/MooseX-Attribute-ENV.git] / Changes
diff --git a/Changes b/Changes
index 53e25f5..84cab6e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,11 @@
 Revision history for Perl extension MooseX-Attribute-ENV.
-       
-0.01 Tues, 05 June 2008
-    - Initial release
+
+0.02    11 January 2011
+        - fixed a bug caused by the fact my generated default code was returning
+          an explicit undef, and not nothing.  This caused errors when the
+          attribute was optional but had a type constraint.
+        - Removed some unneeded whitespace from code
+
+0.01    07 June 2008
+        - Setup repository, created application skeleton
+        - Created tests, released.