From: Shawn M Moore Date: Fri, 24 Apr 2009 05:04:45 +0000 (-0400) Subject: Update Changes X-Git-Tag: 0.05 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Role-Parameterized.git;a=commitdiff_plain;h=a2af70a64bd7aa5c953daedee9668de0bc8712eb Update Changes --- diff --git a/Changes b/Changes index c92b10b..0745764 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,16 @@ Changes for MooseX-Role-Parameterized -0.05 +0.05 Apr 24, 2009 + * Use replace_constructor in Meta::Parameter's make_immutable (nothingmuch) -0.04 Jan 30, 2008 + * The & prototype hack has been obviated by Moose::Exporter goodness (rafl) + + * List examples of MooseX::Role::Parameterized roles (Sartak) + +0.04 Jan 30, 2009 * The role block now receives as an argument the consuming class or role. -0.03 Jan 17, 2008 +0.03 Jan 17, 2009 * Parameters now default to read-only, so that you no longer have to specify the extremely common case of: is => 'ro'