Warn about future removal of backcompat mispelled method name
Dave Rolsky [Sat, 14 Feb 2009 15:20:17 +0000 (15:20 +0000)]
Changes

diff --git a/Changes b/Changes
index 661fa5d..4af5d0b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -21,6 +21,11 @@ Revision history for Perl extension Class-MOP.
       - Make sure we generate a BSD-compatible Makefile (Florian
         Ragwitz)
 
+    * Class::MOP::Class
+      - The mispelled "check_metaclass_compatability" method we've
+        kept around for backwards compat_i_bility will be removed in a
+        near future release. You've been warned.
+
 0.76 Thu, January 22, 2008
     * Class::MOP::Method::Generated
       - Added new private methods to support code generation, which