From: Shawn M Moore Date: Wed, 15 Jul 2009 07:33:42 +0000 (-0400) Subject: Move rafl's changes into the right section X-Git-Tag: 0.88~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3214414f7182212e828d93b431f8179918d3945;p=gitmo%2FMoose.git Move rafl's changes into the right section --- diff --git a/Changes b/Changes index 4fe62c7..4f105f7 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,6 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. - * 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) - 0.88 * Moose::Meta::Method::Accessor - No longer uses inline_slot_access in accessors, to support @@ -18,6 +12,11 @@ for, noteworthy changes. 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) 0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation