Bug fixes for handling attr names like "@foo"
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index c209b8d..b1eb911 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,12 @@ next
 
   Requested by Shawn Moore. Addresses RT #51143 (and then some). (Dave Rolsky)
 
+[BUG FIXES]
+
+* Fix handling of non-alphanumeric attributes names like '@foo'. This should
+  work as long as the accessor method names are explicitly set to valid Perl
+  method names. Reported by Doug Treder. RT #53731. (Dave Rolsky)
+
 
 0.93_03 Tue, Jan 5, 2009