* 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)