do not use Undef-Tolerant behaviour on attributes that are capable of handling undef
[gitmo/MooseX-UndefTolerant.git] / Changes
diff --git a/Changes b/Changes
index af56674..2807380 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,15 @@
 Revision history for MooseX-UndefTolerant
 
-<soon>
+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)