changes for immutable refactoring
Dave Rolsky [Mon, 23 Mar 2009 15:30:24 +0000 (10:30 -0500)]
Changes

diff --git a/Changes b/Changes
index bb68d73..d52ffc3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,11 @@ Revision history for Perl extension Class-MOP.
       - Revised and reorganized all of the API documentation.
 
     * 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.
+
+    * Class::MOP::Class
     * Class::MOP::Instance
       - Reblessing into a package that supports overloading wasn't
         properly adding overload magic to the object due to a bug