X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7d27713bb22098d548e6945b52a7a656136ab363;hb=edd824294aa812f132270b7e85b07fc539ab37c2;hp=5af4bb46287840a05d0effc5153719307741eb48;hpb=ed5d4812547cdbda8cb46bde33e34064a84b52ee;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 5af4bb4..7d27713 100644 --- a/Changes +++ b/Changes @@ -1,16 +1,31 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -next version +0.89_02 + * Moose::Meta::Attribute::Native + - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp) + +0.89_01 Wed Sep 2, 2009 * Moose::Meta::Attribute - - Added the currying syntax for delegation from AttributeHelpers - to the existing delegation API. (hdp) + - Added the currying syntax for delegation from AttributeHelpers to the + existing delegation API. (hdp) * Moose::Meta::Attribute::Native - - Moved in from MooseX::AttributeHelpers with API tweaks. See + - We have merged the functionality of MooseX::AttributeHelpers into the + Moose core with some API tweaks. You can continue to use + MooseX::AttributeHelpers, but it will not be maintained except + (perhaps) for critical bug fixes in the future. See Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak, perigrin, doy) + * Moose::Error::Croak + * Moose::Error::Confess + - Clarify documentation on how to use different error-throwing + modules. (Curtis Jewell) + + * Moose + - Correct POD for builder to point to Recipe8, not 9. (gphat) + 0.89 Thu Aug 13, 2009 * Moose::Manual::Attributes - Clarify "is", include discussion of "bare". (Sartak) @@ -45,6 +60,11 @@ next version - However, we will probably deprecate $obj->new, so please don't start using it for new code! + * Moose::Meta::Role::Application + * Moose::Meta::Role::Application::RoleSummation + - Rename alias and excludes to -alias and -excludes (but keep the old + names for now, for backcompat) (doy) + 0.88 Fri Jul 24, 2009 * Moose::Manual::Contributing - Re-write the Moose::Manual::Contributing document to reflect