bump version and update Changes
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 7dfafbc..f55ad9e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Class-MOP.
 
-
+0.85 Sat, Jun 6, 2009
     * Class::MOP::Attribute
       - Allow default values to be Class::MOP::Methods.
         (Florian Ragwitz)
@@ -16,6 +16,10 @@ Revision history for Perl extension Class-MOP.
         - Tests for subclasses and direct_subclasses (Sartak)
       - subname is no longer used unconditionally in add_method, but only if
         the code reference's name is '__ANON__' (nothingmuch)
+      - Add a hook for _superclasses_updated (Sartak)
+
+    * Class::MOP::Method
+      - Remove long, old warning about possibly outdated modules (Sartak)
 
 0.84 Tue, May 12, 2009
     * Makefile.PL