Changes for accessor overwrite warning
Dave Rolsky [Tue, 26 Oct 2010 22:08:06 +0000 (17:08 -0500)]
Changes

diff --git a/Changes b/Changes
index a1b37a2..8439e5c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,9 @@ for, noteworthy changes.
   * Type constraint objects now have an assert_coerce method which will either
     return a valid value or throw an error. (rjbs)
 
+  * We now warn when an accessor for one attribute ovewrites an accessor for
+    another attribute. RT #57510. (Dave Rolsky)
+
   [BUG FIXES]
 
   * The native Array and Hash delegation methods now coerce individual new