update Changes
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 763fbd2..9ee9f60 100644 (file)
--- a/Changes
+++ b/Changes
@@ -23,6 +23,14 @@ for, noteworthy changes.
         main package. This applied to Moose and Moose::Role, among
         others. (nothingmuch)
 
+    * Moose::Meta::Attribute
+      - Don't remove attribute accessors we never installed, during
+        remove_accessors. (doy)
+
+    * Moose::Meta::Attribute::Native::Trait::Array
+      - Don't bypass prototype checking when calling List::Util::first, to
+        avoid a segfault when it is called with a non-code argument. (doy)
+
 0.92 Tue, Sep 22, 2009
     * Moose::Util::TypeConstraints
       - added the match_on_type operator (Stevan)
@@ -74,6 +82,9 @@ for, noteworthy changes.
       - Added more hooks to customize how roles are applied. The role
         summation class, used to create composite roles, can now be changed
         and/or have meta-roles applied to it. (rafl)
+      - The get_method_list method no longer explicitly excludes the "meta"
+        method. This was a hack that has been replaced by better hacks. (Dave
+        Rolsky)
 
     * Moose::Meta::Method::Delegation
       - fixed delegated methods to make sure that any modifiers attached to