Improve changes for ash's fix
Dave Rolsky [Wed, 1 Jul 2009 17:41:37 +0000 (12:41 -0500)]
Changes

diff --git a/Changes b/Changes
index 56892fa..bead5a5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
 Revision history for Perl extension Class-MOP.
 
+0.90
     * Class::MOP::Method
-      - Fix bug from MooseX::Types passing blessed code references
+      - Allow a blessed code reference as the method body. Fixes a
+        problem interaction with MooseX::Types. (ash)
 
 0.89
     * Class::MOP::Instance