Prevent all attribute initializers from seeing the value when we remove it, not just...
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index cfc2914..83fb3c2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,9 @@ Revision history for MooseX-UndefTolerant
     * unit test improvements - tighter TODO scopes, better diagnostics on
       failure, Test::Moose for cleaner logic
     * fix documentation referencing Moose changes that are still TBD
+    * undef attr values being stripped at construction time are now removed
+      from visibility of all attr initializations, not just the one being
+      updated at the time
 
 0.12    2011-04-03
     * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)