* Pass role arguments along when applying roles to instances. (doy, lsm)
+ * Metaclass compatibility fixing has been completely rewritten, and should
+ be much more robust. (doy)
+
1.01 Fri, Mar 26, 2010
[NEW FEATURES]
does in the calling scope, C<no Moose> (as well as all other
L<Moose::Exporter>-using modules) now unimports strict and warnings.
+=item Metaclass compatibility checking and fixing should be much more robust
+
+The L<metaclass compatibility|Moose/METACLASS COMPATIBILITY AND MOOSE> checking
+and fixing algorithms have been completely rewritten, in both Class::MOP and
+Moose. This should resolve many confusing errors when dealing with non-Moose
+inheritance and with custom metaclasses for things like attributes,
+constructors, etc.
+
=back
=head1 1.02