warn if we try to overwrite a local function with an accessor
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 319efa2..b338d42 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,9 +3,9 @@ for, noteworthy changes.
 
   [API CHANGES]
 
-  * You cannot pass "coerce => 1" for an attribute unless its type constraint
-    has a coercion defined. If it doesn't, an error will be thrown when the
-    attribute is defined. (Dave Rolsky)
+  * You can no longer pass "coerce => 1" for an attribute unless its type
+    constraint has a coercion defined. If it doesn't, an error will be thrown
+    when the attribute is defined. (Dave Rolsky)
 
   [NEW FEATURES]
 
@@ -24,6 +24,11 @@ for, noteworthy changes.
   * Use Perl 5.10's new recursive regex features, if possible, for the type
     constraint parser (doy, nothingmuch).
 
+  [ENHANCEMENTS]
+
+  * Attributes now warn if their accessors overwrite a locally defined function
+    (not just method) (doy).
+
   [OTHER]
 
   * Bump our required perl version to 5.8.3, since earlier versions fail tests