We accept false attribute names now, update the test
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index 02ef230..e0d6077 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,10 +11,16 @@ Revision history for Perl extension Class-MOP.
         object as the first argument, rather than just a
         coderef. (doy)
 
+    * Class::MOP::Attribute
+    * Class::MOP::Class
+      - Allow attribute names to be false (while still requiring them to be
+        defined). (rafl)
+
 0.91 Wed Jul 29, 2009
     * Class::MOP::Method::Wrapped
-      - Fixing variable usage issues with the patch from previous version,
-        not properly using lexicals in the for loops. (stevan)
+      - Fixing variable usage issues with the patch from previous
+        version, not properly using lexicals in the for
+        loops. (stevan)
 
 0.90 Tue Jul 21, 2009
     Japan Perl Association has sponsored Goro Fuji to improve startup