From: Dave Rolsky Date: Mon, 23 Mar 2009 15:30:24 +0000 (-0500) Subject: changes for immutable refactoring X-Git-Tag: 0.78_02~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea501fb63c752de02b42f8335a81a9fc9b66118f;p=gitmo%2FClass-MOP.git changes for immutable refactoring --- diff --git a/Changes b/Changes index bb68d73..d52ffc3 100644 --- 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