Changelogging.
Florian Ragwitz [Thu, 25 Dec 2008 13:46:18 +0000 (13:46 +0000)]
Changes

diff --git a/Changes b/Changes
index 5d88653..39a075e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,14 @@
 Revision history for Perl extension Class-MOP.
 
+    * MOP.xs
+      - Add an xs implementation of Class::MOP::is_class_loaded (closes
+        RT#41862). Based on a patch by Goro Fuji. (Florian Ragwitz)
+      - Changed internals to make prehashing of hash keys easier and less
+        error-prone. (Florian Ragwitz)
+    * Class::MOP::Class
+      - Fix documentation to show that around modifiers happen on both
+        sides of the primary method. (Dave Rolsky)
+
 0.73 Tue, December 16, 2008
     * MOP.xs
       - Don't use Perl_mro_meta_init. It's not part of the public perl