Add my name to Changes
Dave Rolsky [Wed, 12 Aug 2009 01:06:17 +0000 (20:06 -0500)]
Changes

diff --git a/Changes b/Changes
index 038f786..47c0725 100644 (file)
--- a/Changes
+++ b/Changes
@@ -25,7 +25,7 @@ next version
     * Moose::Meta::Attribute
     * Moose::Meta::Method::Accessor
       - A trigger now receives the old value as a second argument, if
-        the attribute had one.
+        the attribute had one. (Dave Rolsky)
 
     * Moose::Meta::Method::Constructor
       - Fix a bug with $obj->new when $obj has stringify overloading.