s/container/parameterized/
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 8541cb8..eb46bfe 100644 (file)
--- a/Changes
+++ b/Changes
@@ -61,7 +61,7 @@ Revision history for Perl extension Moose
         Moose::Meta::TypeConstraint::Union and is itself 
         a subclass of Moose::Meta::TypeCoercion
       
-    * Moose::Meta::TypeConstraint::Container
+    * Moose::Meta::TypeConstraint::Parameterized
       - added this module (taken from MooseX::AttributeHelpers)
         to help construct nested collection types
         - added tests for this