Move attr arg even/odd test to Moose::Meta::Attribute
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 8ec8923..5554cdc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,10 @@ for, noteworthy changes.
   * Roles can now override methods from other roles they consume directly,
     without needing to manually exclude them (just like classes can). (mst)
 
+  * The has() sub exported by Moose no longer checks whether it received an
+    even number of arguments (after the name). Instead, this is checked by
+    Moose::Meta::Attribute->interpolate_class_and_new.
+
   [BUG FIXES]
 
   * Fix false positive when checking for circular references for modules that