automatically update release version and datetime in Changes
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index 83fb3c2..1671324 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for MooseX-UndefTolerant
 
+{{$NEXT}}
+
 0.13
     * unit test improvements - tighter TODO scopes, better diagnostics on
       failure, Test::Moose for cleaner logic
@@ -7,6 +9,9 @@ Revision history for MooseX-UndefTolerant
     * 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
+    * fixed case where an attribute on an immutable class was being stripped
+      of its undef value at construction time even if its type constraint
+      already can tolerate undef.
 
 0.12    2011-04-03
     * This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)