From: Shawn M Moore Date: Sun, 10 May 2009 03:32:48 +0000 (-0400) Subject: Move t0m's changelog entry into the right spot X-Git-Tag: 0.78~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=916adb95a6c767d837733d8914842d3b1c89c6d1;p=gitmo%2FMoose.git Move t0m's changelog entry into the right spot --- diff --git a/Changes b/Changes index 9cadfa7..4427154 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,6 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. - * Moose::Meta::Class - - Fix metaclass incompatibility errors when extending a vanilla perl - class which isa Moose class with a metaclass role applied (t0m) - 0.78 * Moose::Cookbook::FAQ and Moose::Cookbook::WTF - Merged these documents into what is now Moose::Manual::FAQ @@ -28,6 +24,10 @@ for, noteworthy changes. - Track the Role::Application objects created during class-role consumption (Sartak) + * Moose::Meta::Class + - Fix metaclass incompatibility errors when extending a vanilla perl + class which isa Moose class with a metaclass role applied (t0m) + 0.77 Sat, May 2, 2009 * Moose::Meta::Role - Add explicit use of Devel::GlobalDestruction and Sub::Name