X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c1b802e524e0aa8e6bd09bad469059fabcd5323b;hb=cef322f3ee92d59838a7394b99ce40fbcf781b99;hp=99133a63fd9cfb2ec9879056b1a72b5ba35d6408;hpb=54a5b50a9b52ee4a7c28babe6381dc3143bb1b73;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index 99133a6..c1b802e 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ -0.00700 +0.00800 + - Better errors when trying to modify an immutable class +0.00700 Dec 29, 2008 - Creating a new accessor with the same name as an old one would result in a new attribute with no reader/writer/accessor. Reported by t0m - tests (t0m)