Add explicit check for odd number of args to new and give a useful warning
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 8c7cf41..6ea77d8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,10 @@ NEXT
     what arguments each native delegation method allows or requires. (Dave
     Rolsky)
 
+  * Passing an odd number of args to ->new() now gives a more useful warning
+    than Perl's builtin warning. Suggested by Sir Robert Burbridge. (Dave
+    Rolsky)
+
   [BUG FIXES]
 
   * A number of native trait methods which expected strings as arguments did