bump revision to 0.10
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index 3bb443e..f24cd65 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,31 @@
 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)
+
+0.08    February 27, 2011
+    * Additional (TODO) unit tests for immutable classes, and documentation
+      notes about these limitations. (Karen Etheridge)
+
+    * Added forward compatibility with Moose 1.9900+, but this module still
+      works with older Moose too. (Dave Rolsky)
+
+0.07
+    * Don't do extra work by exists-ing before defined-ing (Chip Salzenberg)
+
+0.06
+    * Add support for immutable classes (Chris Andrews)
+    * Be more careful avoiding warnings when the init_arg is undef (Chris Andrews)
+    * POD fixups
+
+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