bump version to 0.81
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 88bff06..6e414e8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+0.81 Sun, Jun 7, 2009
+    * Bumped our Class::MOP prereq to the latest version (0.85), since
+      that's what we need.
+
 0.80 Sat, Jun 6, 2009
     * Moose::Manual::FAQ 
       - Add FAQ about the coercion change from 0.76 because it came up
@@ -30,7 +34,7 @@ for, noteworthy changes.
     * Tests
       - Update test suite for subname change in Class::MOP
         (nothingmuch)
-      - Add test for infinite recursion in Moose::Meta::Class
+      - Add TODO test for infinite recursion in Moose::Meta::Class
         (groditi)
 
 0.79 Wed, May 13, 2009
@@ -102,9 +106,7 @@ for, noteworthy changes.
         modern Moose hackers (Sartak)
 
     * Makefile.PL
-      - Depend on Class::MOP 0.83 instead of 0.82_01. It seems that if
-        we use a dev version number there CPAN.pm will not follow the
-        dependency.
+      - Depend on Class::MOP 0.83 instead of 0.82_01.
 
 0.76 Mon, April 27, 2009
     * Moose::Meta::TypeConstraint