From: Jesse Luehrs Date: Wed, 19 Sep 2012 20:56:47 +0000 (-0500) Subject: changelog X-Git-Tag: 2.0604~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fb6e1df41a6381d54b35fb0f21b27cc2cb0f2dbc;p=gitmo%2FMoose.git changelog --- diff --git a/Changes b/Changes index 33d0af1..3a911da 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,19 @@ for, noteworthy changes. {{$NEXT}} + [BUG FIXES] + + * Fix nonsensical error message for inlined accessors of required attributes. + (doy) + + * Stop trying to localize a lexical (blead now throws an error for this). RT + #79257, perl #114628. (sprout) + + [OTHER] + + * Depend on a version of Carp new enough to have caller_info. RT #79367. + (pshangov) + 2.0603 Thu, Jun 28, 2012 [BUG FIXES]