X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=959062567e6addbf0d1e076dbe3095e748d4c167;hb=b98b8f867754f1c69f1cae8ac1b6fc0bb2544e3a;hp=a628d98bc59180ad243e6d08beb358e404de5656;hpb=71aefe0a292778b46f743ab9f06a1d43820fb049;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/Changes b/Changes index a628d98..9590625 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ {{$NEXT}} +0.16 2011-04-22 + - Don't wrap BUILDALL, since this breaks if the object doesn't inherit from Moose::Object (doy).