X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=681b80490f88e695587b22df2df51aecba50e7ca;hb=13d105cc33db186b5d12e5f412d8eb65a54af086;hp=aa6e4585b614f89f7791f9947c18021b0b956736;hpb=30858ec77edcaee7ec99ecdbc6b9a93b54cfc75c;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index aa6e458..681b804 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,16 @@ +0.00800 Feb 03, 2009 + - Fix assigning a list to an accessor stores a list ref + - tests + - TODO test for Class::Accessor::Chained::Fast compatibility +0.00701 Jan 02, 2009 + - 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) + - 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) @@ -9,7 +18,8 @@ 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. + - 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