From: Fuji, Goro Date: Thu, 23 Sep 2010 13:56:51 +0000 (+0900) Subject: Changelogging X-Git-Tag: 0.71~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2866c94543ba6e2033cadf512f3551ac1623fe3e;p=gitmo%2FMouse.git Changelogging --- diff --git a/Changes b/Changes index 0ff544e..1cfc576 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,10 @@ Revision history for Mouse [CHANGES] * Inheritance from non-Mouse classes now produces warnings. Use MouseX::Foreign if you want this type of inheritance. + * A new module Mouse::Meta::Role::Application has been added. + It doesn not affect public APIs, but internals are radically + changed. For users, using Mouse without roles should consume + less memory. [BUG FIXES] * Meta class reinitialization caused by Mouse::Util::MetaRole