Merge branch 'stable'
[gitmo/Class-MOP.git] / Changes
diff --git a/Changes b/Changes
index d5fda08..02ef230 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Perl extension Class-MOP.
 
+0.92
+    * Class::MOP::Class
+    * Class::MOP::Package
+      - Move get_method_map and its various scaffolding into
+        Package. (hdp)
+
+    * Class::MOP::Method
+      - Allow Class::MOP::Method->wrap to take a Class::MOP::Method
+        object as the first argument, rather than just a
+        coderef. (doy)
+
 0.91 Wed Jul 29, 2009
     * Class::MOP::Method::Wrapped
       - Fixing variable usage issues with the patch from previous version,
@@ -33,7 +44,6 @@ Revision history for Perl extension Class-MOP.
       - If a method modifier set $_, this caused the modifier to blow
         up, because of some weird internals. (Jeremy Stashewsky)
 
-
 0.89 Fri Jul 3, 2009
     * Class::MOP::Class
     * Class::MOP::Class::Immutable::Trait