X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=4ec486ae50b7c3bc02cf43109ccc3f3f52565756;hb=952b939de588a63e72f9c22993ac1ff4681f22ac;hp=6d7f9ddeb7d588573c9c366bef1f2058a91dd801;hpb=3023f1e4174b7898b8ba6f16a9523e3ffbc8b6ab;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 6d7f9dd..4ec486a 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.89_02 +0.89_02 Thu, Sep 10, 2009 * Moose::Meta::Attribute::Native - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp) @@ -19,7 +19,19 @@ for, noteworthy changes. with_caller. This feature was added by josh a while ago. - The with_caller feature is now deprecated, but will not issue a warning yet. (Dave Rolsky) + - If you try to wrap/export a subroutine which doesn't actually exist, + Moose::Exporter will warn you about this. (doy) + * Moose::Meta::Class + - Warn when calling make_immutable on a class with mutable ancestors. + (doy) + + * Moose::Meta::Role::Application::ToRole + - When a role aliased a method from another role, it was only getting + the new (aliased) name, not the original name. This differed from what + happens when a class aliases a role's methods. If you _only_ want the + aliased name, make sure to also exclue the original name. (Dave + Rolsky) 0.89_01 Wed Sep 2, 2009 * Moose::Meta::Attribute @@ -42,6 +54,11 @@ for, noteworthy changes. * Moose - Correct POD for builder to point to Recipe8, not 9. (gphat) + * Moose::Exporter + - When a nonexistent sub name is passed to as_is, with_caller, or + with_meta, throw a warning and skip the exporting, rather than + installing a broken sub. (doy) + 0.89 Thu Aug 13, 2009 * Moose::Manual::Attributes - Clarify "is", include discussion of "bare". (Sartak)