X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=33d0af1f2a484a311623e42b694f34b285699c7d;hb=a791c5e477a1202b50636662ff06be9619316654;hp=d7abe168f756cc793ce6780319e4bc089b70b6ef;hpb=ef2f720ebb1e5fdc5f5aeebfbc00e8346b2d4a4e;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index d7abe16..33d0af1 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,24 @@ for, noteworthy changes. {{$NEXT}} +2.0603 Thu, Jun 28, 2012 + + [BUG FIXES] + + * Fix test failure in blead. RT #78085. + +2.0602 Mon, May 07, 2012 + + [BUG FIXES] + + * Ensure that the Moose::Exporter-generated init_meta returns the same value + that it did previously. This isn't really a bug, since the return value has + never been tested or documented, but since the generated init_meta is + nothing more than a compatibility shim at this point, there's no reason to + not make it as compatible as possible. Reported by Moritz Onken. (doy) + +2.0601 Tue, May 01, 2012 + [BUG FIXES] * Fix init_meta order when multiple also packages are specified (this matters