Changes for immutable_options
Dave Rolsky [Thu, 10 Sep 2009 17:53:26 +0000 (12:53 -0500)]
Changes

diff --git a/Changes b/Changes
index 1970f8f..a16724e 100644 (file)
--- 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)