From: Jesse Luehrs Date: Wed, 15 Apr 2009 03:32:35 +0000 (-0500) Subject: update Changes X-Git-Tag: 0.82~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fae1320d9a7195804a3a98c97811e827a20f106;p=gitmo%2FClass-MOP.git update Changes --- diff --git a/Changes b/Changes index 5bc2f9d..e829547 100644 --- 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