From: Shawn M Moore Date: Mon, 14 Sep 2009 02:26:20 +0000 (+0900) Subject: Changelog entry X-Git-Tag: 0.93~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c829ef74f840c557aa2159990359128a97eed27a;p=gitmo%2FClass-MOP.git Changelog entry --- diff --git a/Changes b/Changes index c84348d..95d1a5b 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,10 @@ Next anything, since there's no point in checking its return value. Addresses RT #45883. (Dave Rolsky) + * Class::MOP::Class::Trait::Immutable + - When throwing an error because of an immutable method, include that + method's name. Addresses RT #49680. (Shawn M Moore) + 0.92_01 Thu, Sep 10, 2009 * Class::MOP::Package - Backwards compatibility tweaks to XS for 5.8.1. (Goro Fuji)