Changelogging.
Florian Ragwitz [Sat, 8 Aug 2009 15:45:37 +0000 (17:45 +0200)]
Changes

diff --git a/Changes b/Changes
index 7e095d7..e0d6077 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,6 +11,11 @@ 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