fixing the changelog
Stevan Little [Thu, 24 May 2007 21:32:38 +0000 (21:32 +0000)]
Changes

diff --git a/Changes b/Changes
index 676e56c..0cee34b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,11 @@
 Revision history for Perl extension Moose
 
+0.22
     * Moose::Util::TypeConstraints
       - fix for prototype undecl issue when type constraint utils loaded
         before consumers (e.g. Moose::Meta::Attribute) by predeclaring
         prototypes in TC utils
 
-0.22
     * Moose::Meta::Method::Accessor
       - coerce and lazy now work together correctly, thanks to 
         merlyn for finding this bug