Give credit to Peter Shangov for has() change topic/Moose.pm-does-not-check-args
Dave Rolsky [Sun, 16 Sep 2012 17:25:23 +0000 (12:25 -0500)]
Changes

diff --git a/Changes b/Changes
index 5554cdc..7f430c4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,7 +13,8 @@ for, noteworthy changes.
 
   * 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.
+    Moose::Meta::Attribute->interpolate_class_and_new. Based on a patch from
+    Peter Shangov. RT #79376.
 
   [BUG FIXES]