PoD fix
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index dd15858..f0c042b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -26,11 +26,13 @@ Revision history for Perl extension Moose
       - Allow a subclass to set lazy_build for an inherited
         attribute. (Dieter Pearcey).
 
-    * Moose::Meta::Role::Application::ToInstance
-      - Attempting to apply the same role to an object repeatedly is
-        now a no-op after the first application. Previously, doing
-        this to an object instance eventually caused recursion
-        warnings from Perl. Reported by Curtis Poe. RT #43904.
+    * Makefile.PL
+      - Explicitly depend on Data::OptList. We already had this dependency
+        via Sub::Exporter, but since we're using it directly we're
+        better off with it listed. (Sartak)
+
+    * Moose::Meta::Method::Constructor
+      - Make it easier to subclass the inlining behaviour
 
 0.72 Mon, February 23, 2009
     * Moose::Object