Merge trunk to meta-role-helper branch
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 19e44fc..737db04 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,14 @@
 Revision history for Perl extension Moose
 
-0.56
+0.55_02
     * Makefile.PL and Moose.pm
       - explicitly require Perl 5.8.0+ (Dave Rolsky)
 
+    * Moose::Util::MetaRole
+      - This simplifies the application of roles to any meta class, as
+        well as the base object class. Reimplemented metaclass traits
+        using this module. (Dave Rolsky)
+
     * Moose::Util::TypeConstraints
       - Fix warnings from find_type_constraint if the type is not 
         found (t0m).