Reify duck type from a regular subtype into an actual class
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index ee23202..54eb148 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,11 @@ for, noteworthy changes.
       - Methods generated by delegation were not being added to
         associated_methods. (hdp)
 
+    * Moose::Util::TypeConstraints
+    * Moose::Meta::TypeConstraint::DuckType
+      - Reify duck type from a regular subtype into an actual class
+        (Sartak)
+
 0.83 Tue, Jun 23, 2009
     * Moose::Meta::Class
       - Fix _construct_instance not setting the special __MOP__ object