changes line for deprototype
Matt S Trout [Fri, 26 Sep 2008 20:22:04 +0000 (20:22 +0000)]
Changes

diff --git a/Changes b/Changes
index 468b46f..fc752c0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Moose
 
 0.59
     * Moose::Util::TypeConstraints
+      - removed prototypes from all but the &-based stuff (mst)
+    * Moose::Util::TypeConstraints
       - Creating a anonymous subtype with both a constraint and a
         message failed with a very unhelpful error, but should just
         work. Reported by t0m. (Dave Rolsky)