More about the immutable changes
Dave Rolsky [Mon, 23 Mar 2009 15:31:18 +0000 (10:31 -0500)]
Changes

diff --git a/Changes b/Changes
index a426415..245bc89 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,7 +8,10 @@ Revision history for Perl extension Class-MOP.
     * Class::MOP::Class
     * Class::MOP::Immutable
       - A big backwards-incompatible refactoring of the Immutable API,
-        and the make_immutable/make_mutable pieces of the Class API.
+        and the make_immutable/make_mutable pieces of the Class
+        API. The core __PACKAGE__->meta->make_immutable API remains
+        the same, however, so this should only affect the most
+        guts-digging code.
 
     * Class::MOP::Class
     * Class::MOP::Instance