X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5458ece3e708b947f67d3f689f1f16345a0c8b00;hb=9a4046d2fb3c407c0c950b08ee944f9b1f42fd27;hp=0f0225bb5225bf11aa1a7eb6ba99ab728c5578d7;hpb=48126e9fc15e60fe5eaf6c8f276baaf283a2ccff;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 0f0225b..5458ece 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,10 @@ for, noteworthy changes. [BUG FIXES] + * Fix false positive when checking for circular references for modules that + use the "also" parameter with Moose::Exporter. Reported by Jon + Swartz. Fixed by Matthew Wickline. RT #63818. + * 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