X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=772026d1a56f13a1c97c64e9d9e791b822a90c73;hb=0bb2cc8a6a2e4b967b5d8efbcf1ab27f5d95e990;hp=4fe62c7ce98c46b38cd2288a23ead5e20fa99c9e;hpb=ab419cee7176c5689be3f02a7288daf36d500987;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 4fe62c7..772026d 100644 --- a/Changes +++ b/Changes @@ -1,23 +1,74 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. + * Moose::Error::Croak + * Moose::Error::Confess + - Clarify documentation on how to use. (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) + + * 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) + + * Moose::Meta::TypeConstraint + - Add assert_valid method to use a TypeConstraint for assertion (rjbs) + + * Moose::Exporter + - Make "use Moose -metaclass => 'Foo'" do alias resolution, like -traits + does. (doy) + - Allow specifying role options (alias, excludes, MXRP stuff) in the + arrayref passed to "use Moose -traits" (doy) + + * Moose::Util + - Add functions meta_class_alias and meta_attribute_alias for creating + aliases for class and attribute metaclasses and metatraits. (doy) + + * Moose::Meta::Attribute + * Moose::Meta::Method::Accessor + - A trigger now receives the old value as a second argument, if the + attribute had one. (Dave Rolsky) + + * Moose::Meta::Method::Constructor + - Fix a bug with $obj->new when $obj has stringify overloading. + Reported by Andrew Suffield [rt.cpan.org #47882] (Sartak) + - 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 + 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) + - 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) + - 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) -0.88 * Moose::Meta::Method::Accessor - No longer uses inline_slot_access in accessors, to support - non-lvalue-based meta instances. - * 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) + non-lvalue-based meta instances. (sorear) 0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation