another TODO note, re crazy init_arg strings
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index fee610e..671357f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
 Revision history for MooseX-UndefTolerant
 
+0.13
+    * 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
+    * 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)
+
 0.11    2011-03-19
     * re-release to fix careless syntax error (whoops!) :)