Changelogging.
Florian Ragwitz [Sat, 13 Dec 2008 13:12:26 +0000 (13:12 +0000)]
Changes

diff --git a/Changes b/Changes
index f1055e7..2ac043e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class-MOP.
 
+    * Class::MOP::Attribute
+      - Allow default values to be objects with overloaded codification
+        (Florian Ragwitz).
+      - Test the above (Rhesa Rozendaal).
     * t/082_get_code_info.t
       - Add $^P &= ~0x200; (per Ovid's suggestion) in order to not munger
         anonymous subs when under -d and so making the tests succeed