X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a3b2425689581b35a2714a8ec901b27d3ce4469f;hb=30cbeb5e3fce1f04a782071018f40e7e75d4b094;hp=090ebc686c13774d800c8bd569c893fdb4b5c14f;hpb=6b8ba79f1c7975eccdcc17212646d85b8f842dc2;p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git diff --git a/Changes b/Changes index 090ebc6..a3b2425 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ +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. 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 - Bye bye auto_install. 0.00100 Mar 15, 2008 - - Initial Release! \ No newline at end of file + - Initial Release!