X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=47fed697087953e92176373be46ddd9b41bbf9ca;hb=673eb4988f20b57235a6e8b9ff7035b95ba98baa;hp=28021c1d15e97145b0ec916551878a9d420b7345;hpb=31a69e28b5295822876b05fed0a7a4c806a5681f;p=gitmo%2FRole-Tiny.git diff --git a/Changes b/Changes index 28021c1..47fed69 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ + - fix up Class::XSAccessor version check to be more robust + - improved documentation + - fix failures on perls < 5.8.3 + +0.009012 - 2011-11-15 + - make Method::Generate::Constructor handle $obj->new + - fix bug where constants containing a reference weren't handled correctly + (ref(\[]) is 'REF' not 'SCALAR', ref(\v1) is 'VSTRING') + 0.009011 - 2011-10-03 - add support for DEMOLISH - add support for BUILDARGS