From: Chris Prather <chris@prather.org>
Date: Thu, 25 Jun 2009 17:38:05 +0000 (-0400)
Subject: update Changes to document duck type documentation
X-Git-Tag: 0.84~23^2~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d5e913bcacfdbe960c2646b3f2b52aa382d16667;p=gitmo%2FMoose.git

update Changes to document duck type documentation
---

diff --git a/Changes b/Changes
index 2ce1839..5215de1 100644
--- 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