update Changes
Jesse Luehrs [Wed, 15 Apr 2009 03:32:35 +0000 (22:32 -0500)]
Changes

diff --git a/Changes b/Changes
index 5bc2f9d..e829547 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,6 +5,11 @@ Revision history for Perl extension Class-MOP.
       - The deprecaation wrappers for some renamed methods were not
         passing arguments to the new method. (nothingmuch)
 
+    * Class::MOP::Immutable
+      - Warn during immutablization if the local class provides its own
+        constructor, to parallel the warning in Moose when a superclass
+        provides its own constructor (doy)
+
 0.81 Tue, April 7, 2009
     * Class::MOP
     * Class::MOP::Class