updated changes file
John Napiorkowski [Wed, 3 Sep 2008 15:41:36 +0000 (15:41 +0000)]
Changes

diff --git a/Changes b/Changes
index 781dea9..1b67df2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Moose
-
+0.58
+    * Moose::Util::TypeConstraints
+         - Fixed a bug in find_or_parse_type_constraint that caused
+           trouble if it's argument was an already blessed type
+        constraint.  Added test to prevent regressions.
 0.57
     * Moose::Intro
       - A new bit of doc intended to introduce folks familiar with