From: Dave Rolsky Date: Fri, 24 Jul 2009 16:38:30 +0000 (-0500) Subject: Clean up formatting of Changes X-Git-Tag: 0.88~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54f5d0c4ab4a3f15bbcb984c13f67ab5d73aebdc;p=gitmo%2FMoose.git Clean up formatting of Changes --- diff --git a/Changes b/Changes index 458e00b..9032572 100644 --- a/Changes +++ b/Changes @@ -11,20 +11,25 @@ for, noteworthy changes. * Moose::Meta::Method::Accessor - No longer uses inline_slot_access in accessors, to support non-lvalue-based meta instances. (sorear) + * 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) + - 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) + - Add weak_ref to allowed options for "has '+foo'" (mst) 0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation