X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6672b3152cf3eb64ce7616579b64bb86ca37f3da;hb=5a6e3389d072389c7d9a798a1b35c4cfa86012f3;hp=a3b2425689581b35a2714a8ec901b27d3ce4469f;hpb=30cbeb5e3fce1f04a782071018f40e7e75d4b094;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index a3b2425..6672b31 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,22 @@ +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 0.00400 Oct 28, 2008 - Fix bug where a bad assumption was causing us to infinitely loop on badly-written code like Data::Page. (Reported by marcus) - Tests for this - Up Moose dep to 0.31 -0.00300 Jul XX, 2008 +0.00300 Jul 30, 2008 - Replace around 'new' with a BUILD method. Faster and avoids Moose - bug with around/immutable and sub-classes. + bug with around/immutable and sub-classes. (t0m) 0.00200 Mar 28, 2008 - Extend BUILDALL to store constructor keys in the obj. hashref - Minor fix to make sure Adopt doesn't trip PAUSE perms