X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=6066615934054e059f2ac56e63637ea37314cd9b;hb=8bbe7634880592efc884387eef04e55f5cf77d14;hp=0342cf3f55d3e7e2161ee979464fa5be5665efd8;hpb=d23e6d7206b08dbaa90e1a7c5618879092738a0b;p=gitmo%2FRole-Tiny.git diff --git a/Changes b/Changes index 0342cf3..6066615 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ + - remove the big scary warning because we seem to be mostly working now + - perl based getter dies if @_ > 1 (XSAccessor already did) + - add Role::Tiny::With for use in classes + - automatically generate constructors in subclasses when required so that + subclasses with a BUILD method but no attributes get it honoured + - add coerce handling + 0.009008 - 2011-06-03 - transfer fix to _load_module to Role::Tiny and make a note it's an inline - Bring back 5.8.1 compat