X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=67be4f0e266cc19d9371af885bc048fb84a87b27;hb=590868a3b1abf3a280d3aff8682043fde74c6e1a;hp=9f022225279c4892419926d8686e20e4243a29a6;hpb=b0ea39efdea0ccf8e5cb06d73947f606c45a9c26;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 9f02222..67be4f0 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,10 @@ Revision history for Perl extension Moose * Moose - keywords are now exported with Sub::Exporter thanks to chansen for this commit + - has keyword now takes a 'metaclass' option + to support custom attribute meta-classes + on a per-attribute basis + - added tests for this * Moose::Role - keywords are now exported with Sub::Exporter