X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3f363b4f8d284bb7d212299a891a5dae7b9a2688;hb=076b0c2a9ce4b8e36e327947c827905ff2b8c87f;hp=1576ad8ae6049311413feb81c8c0fd11d77f031a;hpb=1b81bbee9471aa3d1faa8e0ce41bfa14523b48d1;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 1576ad8..3f363b4 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,13 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. + [ENHANCEMENTS] + + * Moose::Object::does no longer checks the entire inheritance tree, since + Moose::Meta::Class::does_role already does this. (doy) + * Moose::Object now has stubs for BUILD and DEMOLISH, so they can be safely + wrapped in roles without needing to provide your own stubs. (doy) + 0.94 Mon, Jan 18, 2010 [API CHANGES]