X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=42201c7c33d188abd471edd816ffcb54c45b5706;hb=8eb9108bc536b72c729ed2f454085f429472a2ff;hp=8cdcbedd6ac7863104f1da980acaef170a5d439f;hpb=144866f7751f8516d55c33c6de407b9086d8c3df;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index 8cdcbed..42201c7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +0.00500 + - make_accessor, make_ro_accessor, make_rw_accessor +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 - Replace around 'new' with a BUILD method. Faster and avoids Moose bug with around/immutable and sub-classes.