bump version to 0.81
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index e015997..6e414e8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,17 +1,41 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-0.80 ???
+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 three times today (perigrin)
-        - Win doy $10 dollars because Sartak didn't think anybody 
+      - Add FAQ about the coercion change from 0.76 because it came up
+        three times today (perigrin)
+        - Win doy $10 dollars because Sartak didn't think anybody
           would document this fast enough (perigrin)
 
-    * Moose::Exporter
-      - Rename _make_wrapper to _curry_wrapper and fiddle its
-        interface a bit (Sartak)
+    * Moose::Meta::Method::Destructor
+      - Inline a DESTROY method even if there are no DEMOLISH methods
+        to prevent unnecessary introspection in
+        Moose::Object::DEMOLISHALL
+
+    * Moose::*
+      - A role's required methods are now represented by
+        Moose::Meta::Role::Method::Required objects. Conflicts are now
+        represented by Moose::Meta::Role::Method::Conflicting
+        objects. The benefit for end-users in that unresolved
+        conflicts generate different, more instructive, errors,
+        resolving Ovid's #44895. (Sartak)
+
+    * Moose::Role
+      - Improve the error message of "extends" as suggested by Adam
+        Kennedy and confound (Sartak)
+      - Link to Moose::Manual::Roles from Moose::Role as we now have
+        excellent documentation (Adam Kennedy)
+
+    * Tests
+      - Update test suite for subname change in Class::MOP
+        (nothingmuch)
+      - Add TODO test for infinite recursion in Moose::Meta::Class
+        (groditi)
 
 0.79 Wed, May 13, 2009
     * Tests
@@ -82,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