From: Dave Rolsky Date: Tue, 19 Oct 2010 16:29:47 +0000 (-0500) Subject: Changes for 1.17 X-Git-Tag: 1.17~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca61b24080e843125791c04782e9a01d7da04994;p=gitmo%2FMoose.git Changes for 1.17 --- diff --git a/Changes b/Changes index 813d2e9..b3f4610 100644 --- a/Changes +++ b/Changes @@ -1,12 +1,13 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -NEXT +1.17 Tue, Oct 19, 2010 [BUG FIXES] - * Wrap inline_get_value results in parentheses when dereferencing them, - because perl goes crazy trying to parse @{do {...}}. (Scott, doy) + * Make native delegation inlining work with instance metaclasses where slot + access is an do {} block, like Kioku. This fixes the use of native + delegations together with Kioku. (Scott, doy) 1.16 Mon, Oct 18, 2010