From: Dave Rolsky Date: Wed, 26 Nov 2008 17:15:45 +0000 (+0000) Subject: Fix the changelog whitespacing X-Git-Tag: 0.62~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22f72d1d046e37e4775c4fd3153eb313ed388c6a;p=gitmo%2FMoose.git Fix the changelog whitespacing --- diff --git a/Changes b/Changes index 0e5b1b9..91ac823 100644 --- a/Changes +++ b/Changes @@ -8,29 +8,36 @@ Revision history for Perl extension Moose right (worked just fine with multiple roles) (stevan) - added test for this (stevan) + * Moose::Meta::Role::Application::RoleSummation - fixed the error message when trying to compose a role with a role it excludes (Sartak) + * Moose::Exporter - Catch another case where recursion caused the value of $CALLER to be stamped on (t0m) - added test for this (t0m) + * Moose - Remove the make_immutable keyword, which has been deprecated since April. It breaks metaclasses that use Moose without no Moose (Sartak) + * Moose::Meta::Attribute - Removing an attribute from a class now also removes delegation (handles) methods installed for that attribute (t0m) - added test for this (t0m) + * Moose::Meta::Role - create method for constructing a role dynamically (Sartak) - added test for this (Sartak) - anonymous roles! (Sartak) - added test for this (Sartak) + * Moose::Role - more consistent error messages (Sartak) + * Moose::Cookbook::Roles::Recipe1 - attempt to explain why a role that just requires methods is useful (Sartak)