Fix error reporting in duck_type
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index df3ff64..3e2e1ec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,11 @@ for, noteworthy changes.
   * Several things that have been deprecated for a while have been removed. See
     the 2.0000 section in Moose::Manual::Delta for details.
 
+  [BUG FIXES]
+
+  * duck_type type constraints now report reasonable errors when given
+    something which isn't an instance of an object. (t0m)
+
 2.0102 Sat, Jun 18, 2011
 
   [ENHANCEMENTS]