From: Yuval Kogman Date: Thu, 18 Sep 2008 16:37:56 +0000 (+0000) Subject: changelog error_class X-Git-Tag: 0.58~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e0155e9eba74d97f3071013c06b7c42cc5d3019;p=gitmo%2FMoose.git changelog error_class --- diff --git a/Changes b/Changes index 73acef7..c7d7394 100644 --- a/Changes +++ b/Changes @@ -88,6 +88,20 @@ Revision history for Perl extension Moose that explicitly set class would be lost and replaced with the default. + * Moose::Meta::Class + * Moose::Meta::Attribute + * Moose::Meta::Method + * Moose + * Moose::Object + * Moose::Error::Default + * Moose::Error::Croak + * Moose::Error::Confess + - All instances of confess() changed with an overridable C + that leads to the metaclass, with additional parameters (not just an + error string). This allows per class custom errors using the + C metaclass attribute. + The default C behaves like C. + 0.57 Wed September 3, 2008 * Moose::Intro - A new bit of doc intended to introduce folks familiar with