doc updates and changelog for less undef tolerance
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index 2807380..f24cd65 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for MooseX-UndefTolerant
 
+{{$NEXT}}
+    * No longer apply UndefTolerant behaviour to attributes with a type
+      constraint that handles undef (or those with no type constraint at all).
+      (Karen Etheridge)
+
 0.09    March 2, 2011
     * Add missing test prereq on Test::Fatal. (Dave Rolsky)