update Changes to document duck type documentation
Chris Prather [Thu, 25 Jun 2009 17:38:05 +0000 (13:38 -0400)]
Changes

diff --git a/Changes b/Changes
index 2ce1839..5215de1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -12,6 +12,7 @@ for, noteworthy changes.
     * Moose::Meta::TypeConstraint::DuckType
       - Reify duck type from a regular subtype into an actual class
         (Sartak)
+         - Document this because Sartak did all my work for me (perigrin)
 
     * Moose::Meta::Attribute
       - Allow Moose::Meta::TypeConstraint::DuckType in handles, since