merged
[gitmo/MooseX-Types-Structured.git] / Changes
diff --git a/Changes b/Changes
index 0a45e20..0ea7aec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@ Revision history for MooseX-Types-Structured
           handling consistent with core Moose.  Also changed ->equals and
           ->is_a_type_of to be consistent.
         - Added test case for above
+        - The test suite now uses Test::Fatal instead of Test::Exception (Karen
+          Etheridge).
 
 0.24   16 November 2010
         - Added some performance enhancing caching code (phaeton)