X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=74c4b6965aeebc864892dc2290e850bae5b26ff5;hb=b41ad5fb702ac48ccff6d10c6fe4bc483038d64f;hp=bae4593a8d27cf2c117555dad77bb405e3ae64ad;hpb=3f137d21445c652a26d7ef962c272ff76c7413b5;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index bae4593..74c4b69 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,19 @@ -0.00600 +0.00701 Jan 02, 2008 + - Better errors when trying to modify an immutable class + - Fix typo in Makefile.PL description + - Missing dep in Makefile.PL (rafl) +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) +0.00600 Dec 17, 2008 - Add test for a 'meta' accessor, which we need to treat as a special case (t0m) - Add test for not replacing pre-existing accessors generally, which is behavior we don't want to lose (t0m) + - Don't use ->meta + - Don't use ->can + - Attempt to support attrs named meta with no success. test marked as todo. 0.00500 Dec 9, 2008 - make_accessor, make_ro_accessor, make_rw_accessor - tests