From: Dave Rolsky Date: Thu, 10 Sep 2009 17:53:26 +0000 (-0500) Subject: Changes for immutable_options X-Git-Tag: 0.92_01~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33a1719cac5edcecc2240da64549eea9016ab228;p=gitmo%2FClass-MOP.git Changes for immutable_options --- diff --git a/Changes b/Changes index 1970f8f..a16724e 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,11 @@ Revision history for Perl extension Class-MOP. * Class::MOP - Make sure XS code handles magical scalars correctly. (Goro Fuji) + * Class::MOP::Class + - Documented the immutable_options method, which is useful if you need + to make a class mutable temporarily, and then nede to restore + immutability. (Dave Rolsky) + * Many modules - Deprecated features have been moved to their own module, Class::MOP::Deprecated, for easier deprecation management. (Goro Fuji)