Be more careful avoiding warnings when the init_arg is undef.
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index e00ea87..de328e0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for MooseX-UndefTolerant
 
+0.05
+    * Avoid warnings from Moose 1.09. (Dave Rolsky)
+
+0.04    January 23, 2010
+    * Rather than skipping initialization all together, just pop off the undef
+      and let the init happen normally.  This makes default values work
+      properly. (Test provided by (and thanks to) Tom Heady)
+
 0.03    December 3, 2009
     * Fiddle with dependencies.