X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e21c4f82c7b90df1a29c1323694fa984d7cd2be6;hb=ace7cdf9ae8aca3660fb70de55c275fe801620de;hp=3c8f6810440a049b002e4c29dc79746998e180f2;hpb=040a6afa2c154b37060ec85dd86294a39c71cc72;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 3c8f681..e21c4f8 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,49 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.87 +next version + * Moose::Meta::Attribute + - Added the currying syntax for delegation from AttributeHelpers + to the existing delegation API. (hdp) + + * Moose::AttributeHelpers + - Moved in from MooseX with API tweaks. See Moose::Manual::Delta for + details. (hdp, jhannah, rbuels) + + * Moose::Manual::Attributes + - Clarify "is", include discussion of "bare". (Sartak) + + * Moose::Meta::Role::Method::Conflicting + * Moose::Meta::Role::Application::ToClass + - For the first set of roles involved in a conflict, report all + unresolved method conflicts, not just the first method. Fixes #47210 + reported by Ovid. (Sartak) + +0.88 Fri Jul 24, 2009 + * Moose::Manual::Contributing + - Re-write the Moose::Manual::Contributing document to reflect + the new layout and methods of work for the Git repository. All + work now should be done in topic branches and reviewed by a + core committer before being applied to master. All releases + are done by a cabal member and merged from master to + stable. This plan was devised by Yuval, blame him. (perigrin) + + * Moose::Meta::Role + - Create metaclass attributes for the different role application + classes. (rafl) + + * Moose::Util::MetaRole + - Allow applying roles to a meta role's role application + classes. (rafl) + + * Moose::Meta::Attribute + - Add weak_ref to allowed options for "has '+foo'" (mst) + + * Moose::Meta::Method::Accessor + - No longer uses inline_slot_access in accessors, to support + non-lvalue-based meta instances. (sorear) + +0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation - Once again allow class names as well as objects for delegation. This was changed in 0.86. @@ -36,7 +78,7 @@ for, noteworthy changes. - Attribute accessors (reader, writer, accessor, predicate, clearer) now warn if they overwrite an existing method. (doy) - Attribute constructors now warn very noisily about unknown (or - mispelled) arguments + misspelled) arguments * Moose::Util::TypeConstraints - Deprecated the totally useless Role type name, which just