X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f0b621574fde674b5f4a8aaf3d2fae9881ed6336;hb=baa7d706ec5069cd0d81920aab258504653fd093;hp=c917e1fe51b4fdc6b6e9037485e099e71626c2bc;hpb=12a1f8f1e70065c3e9288af938113f1367969bc1;p=gitmo%2FMoo.git diff --git a/Changes b/Changes index c917e1f..f0b6215 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ + - handles => "RoleName" tries to load the module + +1.000008 - 2013-02-06 + - Re-export on 'use Moo' after 'no Moo' + - Export meta() into roles (but mark as non-method to avoid composing it) + - Don't generate an accessor for rw attributes if reader+writer both set + - Support builder => sub {} ala MooseX::AttributeShortcuts - Fix 'no Moo;' to preserve non-sub package variables - Switch to testing for Mouse::Util->can('find_meta') to avoid exploding on ancient Mouse installs