Rework the C<< $c->go >> documentation a little, hopefully it's more clear.
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 88ad125..bba5e3b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 # This file documents the revision history for Perl extension Catalyst.
 #
+
+    - Add allow_mutable_ancestors option when force inlining a constructor onto
+      applications with plugins defining their own (usually Class::Accessor::Fast)
+      new methods, to avoid warnings generated by upcoming Moose releases
+      as we can make a class (MyApp) immutable when not all of it's superclasses
+      (e.g. plugins not fully Moose converted, but using
+       MooseX::Emulate::Class::Accessor::Fast) are not immutable.
+
 5.80012 2009-09-09 19:09:09
 
   Bug fixes: