TypeConstraint::Union->includes_type in the changelog
Shawn M Moore [Fri, 28 Mar 2008 19:55:22 +0000 (19:55 +0000)]
Changes

diff --git a/Changes b/Changes
index 6e18299..3401695 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,6 +19,11 @@ Revision history for Perl extension Moose
       - inherited attributes may now be extended without restriction on type
         and some other attributes (Sartak)
 
+    * Moose::Meta::TypeConstraint::Union
+      - includes_type method for finding if a type (or a subtype of it) is
+        included in the union (Sartak)
+        - added tests for this (Sartak)
+
 0.40 Fri. March 14, 2008
     - I hate Pod::Coverage