From: Dave Rolsky Date: Mon, 23 Mar 2009 15:31:18 +0000 (-0500) Subject: More about the immutable changes X-Git-Tag: 0.78_02~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e374ce5e500e0e79c3c829b3d9c6154556b39d2;p=gitmo%2FClass-MOP.git More about the immutable changes --- diff --git a/Changes b/Changes index a426415..245bc89 100644 --- 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