From: Florian Ragwitz <rafl@debian.org>
Date: Sat, 13 Dec 2008 13:14:31 +0000 (+0000)
Subject: More changelogging.
X-Git-Tag: 0.73~4
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c0757d65707a899eb25f6d8cf614143364583254;p=gitmo%2FClass-MOP.git

More changelogging.
---

diff --git a/Changes b/Changes
index 2ac043e..48f260a 100644
--- a/Changes
+++ b/Changes
@@ -1,9 +1,12 @@
 Revision history for Perl extension Class-MOP.
 
+    * MOP.xs
+      - Don't use Perl_mro_meta_init. It's not part of the public perl api.
+        (Florian Ragwitz)
     * Class::MOP::Attribute
-      - Allow default values to be objects with overloaded codification
-        (Florian Ragwitz).
-      - Test the above (Rhesa Rozendaal).
+      - 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