0.13
* unit test improvements - tighter TODO scopes, better diagnostics on
failure, Test::Moose for cleaner logic
+ * fix documentation referencing Moose changes that are still TBD
0.12 2011-04-03
* This module can now be used in roles with Moose 1.9900+. (Jesse Luehrs)
This extension does not currently work in immutable classes when applying the
trait to some (but not all) attributes in the class. This is because the
inlined constructor initialization code currently lives in
-L<Moose::Meta::Method::Constructor>, not L<Moose::Meta::Attribute>. The good
-news is that this is expected to be changing shortly.
+L<Moose::Meta::Class>, not L<Moose::Meta::Attribute>. The good news is that
+this is expected to be changing shortly.
=head1 ACKNOWLEDGEMENTS